From 02b7f7049289784cbc5c13ce1931fe1607b2b120 Mon Sep 17 00:00:00 2001
From: Hanna  JULIENNE <hanna.julienne@pasteur.fr>
Date: Sat, 24 Nov 2018 20:44:31 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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