diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f2a0b9b30772c6876f4556939a825fda9d1f111..afcc9bd24d6fc83a89526c3da483160d05121620 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,7 +140,8 @@ stages:
 molecule-test:
   stage: molecule
   # image: docker:latest
-  image: docker:27.5.1-alpine3.21
+  # image: docker:27.5.1-alpine3.21
+  image: docker:27.5.1-dind
   before_script:
     - apk add --no-cache python3 py3-pip
     - rm /usr/lib/python*/EXTERNALLY-MANAGED
@@ -149,6 +150,7 @@ molecule-test:
     - pip3 install --user "molecule-plugins[docker]"
   script:
     - echo "Running ansible-lint tests at the role-> 'test'"
+    - docker ps -a
     - cd roles/test
     - molecule test
   allow_failure: false