diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3e81246ccd73854bad87798d2fd33fce5633ee7..47110d45a89dbfd2a990a1684e32713719d76cf2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ test_min:
     - pip3 install --user .
     - nosetests -q --with-coverage --cover-package=nifty4 --cover-branches
     - nosetests3 -q
-    - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q
-    - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q
+    - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q 2>/dev/null
+    - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q 2>/dev/null
     - >
       coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'