diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 338a12e1ccce79c76eaa33b72c5b9a9481053182..6e53c41ec97ecb0b42d871e8d24bc8458618e1f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,6 @@ image: python:3.5-buster
 test:
     script:
         - apt update -qy
-        - python3 setup.py
+        - python3 setup.py install
         - pip install -e .[dev]
-        - python3 -m unittest
+        - python3 -m unittest -v