diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 622813da59f57247aab4678a439681c4d73ec9f8..10804a113e189c5b8cb5b0220170f7de1b8d3e77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,13 +144,14 @@ molecule-test:
   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
-    - pip3 install -r ci-cd/requirements.txt
-    - pip3 install --upgrade molecule molecule-docker
-    - pip3 install --user "molecule-plugins[docker]"
+    - pip 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: