From c2922505c58631b6506bfc4f16ab607619da0d89 Mon Sep 17 00:00:00 2001
From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr>
Date: Thu, 4 Jun 2020 15:29:23 +0200
Subject: [PATCH] fix bug in ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b272ba..f2ede6e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,8 +25,8 @@ pages:
         - pip3 install 'scipy==1.4.1' -U
         - pip3 install 'matplotlib==3.1.2' -U
         - pip3 install --no-deps .
-        - python3 setup.py build_sphinx
         - python3 tffpy/tests/ci_config.py
+        - python3 setup.py build_sphinx
         - cp -r build/sphinx/html public
     artifacts:
         paths:
-- 
GitLab