diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f557481703304c4ae211149e7dcbfe43963064d..44336a3845e0ab7998191e9629a4549ab511f005 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,3 @@ test_min: - pip3 install --user . - nosetests3 -q - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q - - > - coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }' - - echo $?