diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e78493683486f61f7ab440166d64556cd9f60364..196105fd5fc139bf229e3d77f625e08726d1dc65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,16 +15,18 @@ install:
   - source bin/activate
   - pip3 install -r requirements.txt
 
-test:
+test_ppparis:
+  stage: test
+  needs: [install]
   script:
   - source bin/activate
-  - make
+  - python3 ./ppparis.py
   only:
   - main
   cache:
     key: $CI_COMMIT_REF_SLUG
     paths:
-      - data/
+      - data/ppparis/
   artifacts:
     paths:
     - output.log