diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a3e3889e2447cabe7ee9831a8c6c42546547c28..bd5183e28697e8dfc878d46060ad41a618f9cd76 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: