diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5438bcffdbda02fc7d4ac8dbc3d0a64dfa51fb3f..58b1f74383f206ca460699c44093e5930daad622 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ unittests:
   stage: test
   script:
     - pip install tox==4.12
-    - tox -v -e pytest
+    - tox -r
 
 pypi_publish:
   before_script: