diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ec94e4ce3d1860ef89efdc208ef7b8c3e1b09e8..c4e0cbb250452fb6fd620210a2c1501af53b37fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ before_script:
 .run-test:
   stage: test
   script:
-    - pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test -n auto -v
+    - pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test
     - sphinx-build -b html docs_sphinx public
   artifacts:
       reports: