diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a41dc3dd7e17a1dab4411ec0f80ec25ed9895ba8..94425c5391bfd1b999b5246db672a805edc06823 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ pages:
   - apk --no-cache add py2-pip python-dev
   - pip install sphinx
   - apk --no-cache add make
-  - cd doc
+  - cd impute_jass/doc
   - make html
   - mv build/html/ ../public
   artifacts: