diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eafe6662e2bc7cd79725b80e98f54dbe4d63f405..921d4384bbbe13153ded97e430b444f302e65a6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,9 +18,7 @@ docs:
   script:
     - zypper --non-interactive install python3-pip
     - pip install --upgrade pip
-    - ls -l requirements.txt
-    #next command not working, although everything is there
-    #- pip install --no-cache-dir -r requirements.txt
+    - pip install --no-cache-dir -r requirements.txt
     - pip install sphinx
     - pip install sphinxcontrib.napoleon
     - pip install sphinxcontrib.restbuilder