diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4a73b9f3acb36d1ac6950c9ab4e49bb664c96df..693ea1b7400a07c64d7f6d0d6c24acaf58b6ab8c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,9 +20,8 @@ test:
   needs: [build_package]
   script:
     - poetry update
-    - poetry install
-    - source `poetry env info --path`/bin/activate
-    - make
+    - poetry run coverage run --source=tests -m unittest discover
+    - poetry run coverage report
 
 create_docs:
   stage: create_docs