From 10ffe247a753a22c6c0cb8119f5d5316eaf66de6 Mon Sep 17 00:00:00 2001
From: Valentin Emiya <valentin.emiya@lis-lab.fr>
Date: Thu, 3 Dec 2020 21:13:21 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8a44d3..2aba7bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,14 +20,15 @@ pages:
     only:
         - master
     script:
-        - 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 .
-        - python3 tffpy/tests/ci_config.py
-        - python3 setup.py build_sphinx
-        - cp -r build/sphinx/html ../public
+        - python3 python/tffpy/tests/ci_config.py
+        - python3 python/setup.py build_sphinx
+        - pwd
+        - ls
+        - cp -r python/build/sphinx/html public
     artifacts:
         paths:
             - public
-- 
GitLab