diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19a3c93913d0e04e5a17952fbafacb78e0fb74c5..683bfdba4ceba16ac7117192ae33dd290d18fd85 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ test-intel-py:
     - export PATH=$INTEL_COMP_ROOT/bin/:$INTEL_COMP_ROOT/bin/intel64:$I_MPI_ROOT/bin:$PATH
     - export OMP_NUM_THREADS=2
     - export OMP_PLACES=cores
-    - pytest tests/pytest
+    - pytest -s tests/pytest
 
 test-intel-googletest:
   stage: unit_test
@@ -142,7 +142,7 @@ test-gnu-py:
     - export PYTHONPATH=$HOME/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/:cpp_sisso_env/lib/python3.7/site-packages/
     - export OMP_NUM_THREADS=2
     - export OMP_PLACES=cores
-    - pytest tests/pytest
+    - pytest -s tests/pytest
 
 test-gnu-googletest:
   stage: unit_test