diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7fb47d49655136d65f15239603a4f8ebb107a51e..2f2a0b9b30772c6876f4556939a825fda9d1f111 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,22 +142,15 @@ molecule-test:
   # image: docker:latest
   image: docker:27.5.1-alpine3.21
   before_script:
-    # - apt-get update && apt-get install -y python3-pip && apt-get clean && rm -rf /var/lib/apt/lists/*
     - apk add --no-cache python3 py3-pip
-    #####
     - rm /usr/lib/python*/EXTERNALLY-MANAGED
     - python3 -m ensurepip
-    # - pip3 install ansible ansible-dev-tools ansible-lint molecule ansible-core
     - pip3 install ansible ansible-lint molecule molecule-docker
     - pip3 install --user "molecule-plugins[docker]"
-    # - pip3 install -r ci-cd/requirements.txt
-    # - pip3 install -r ci-cd/requirements.txt
-    # - pip3 install --upgrade molecule molecule-docker
-    # - pip3 install --user "molecule-plugins[docker]"
   script:
     - echo "Running ansible-lint tests at the role-> 'test'"
-    # - cd roles/test
-    # - molecule test
+    - cd roles/test
+    - molecule test
   allow_failure: false
 
 # molecule-test: