diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 858187c8917ae0f40a77324cd0494cedbdd6a718..924bc7afcf3a81661d96915a9114cdb15c45d90a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,4 +6,4 @@ test-3.4:
   script:
   - pip install -U setuptools
   - pip install -e .
-  - python tests/testsuite.py
\ No newline at end of file
+  - python setup.py test
\ No newline at end of file