From 49e9f6a12168be6f14453964f10955a9aebcfe79 Mon Sep 17 00:00:00 2001
From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr>
Date: Wed, 3 Jun 2020 21:16:47 +0200
Subject: [PATCH] update CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a3e388..bd5183e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ tests:
         - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas
         - pip3 install --no-deps .
         - pwd
-        - python3 tffpy/tests/ci_confi.py
+        - python3 tffpy/tests/ci_config.py
         - pytest-3
 
 # generate the documentation
@@ -24,7 +24,7 @@ pages:
         - pip3 install --no-deps .
         - python3 setup.py build_sphinx
         - pwd
-        - python3 tffpy/tests/ci_confi.py
+        - python3 tffpy/tests/ci_config.py
         - cp -r build/sphinx/html public
     artifacts:
         paths:
-- 
GitLab