From 914cf04638307e77efafa13da75a0b2da1b319af Mon Sep 17 00:00:00 2001
From: Hanna  JULIENNE <hanna.julienne@pasteur.fr>
Date: Sat, 24 Nov 2018 12:34:45 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93a8475..3fec7a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ pages:
     - pip3 install sphinx
     - pip3 install sphinxcontrib-bibtex
     - pip3 install -r jass_preprocessing/requirements.txt
-    - cd jass_preprocessing/doc
+    - cd ./doc
     - sphinx-apidoc -f -o ./source/_autosummary/ ../jass_preprocessing/
     - make html
     - mv _build/html/ ../../public
-- 
GitLab