diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c94b6ea47c5db09a300eca3ac1652041e732f14..5639d9c9757fed68ed56f651d68055bcab85c9ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,12 +20,18 @@ pages:
     only:
         - master
     script:
+        - pwd
+        - ls
+        - cd python
         - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas xarray
         - pip3 install 'scipy==1.4.1' -U
         - pip3 install 'matplotlib==3.1.2' -U
-        - pip3 install --no-deps python/.
-        - python3 python/tffpy/tests/ci_config.py
-        - python3 python/setup.py build_sphinx
+        - pip3 install --no-deps .
+        - python3 tffpy/tests/ci_config.py
+        - python3 setup.py build_sphinx
+        - pwd
+        - ls
+        - cd ..
         - pwd
         - ls
         - cp -r python/build/sphinx/html public