diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 509da544bd173a2b4277010445305c56b85462ef..20af446ad99a5f19f06b097ad4660b429958452a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,3 @@
-
 pages:
   stage: deploy
   script:
@@ -6,11 +5,11 @@ pages:
   - apt-get install --assume-yes pandoc
   - pip install numpy pandas termcolor  # top import of Ohmpi.py
   - pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark
-  - cd doc
+  - cd sphinx/source
   - make html
   # also make latex? pdf?
   - cd ..
-  - mv doc/build/html/ public/
+  - mv sphinx/build/html/ public/
   - ls public/
   artifacts:
     paths: