From a52441818e67a6571566b0219c94abf200978fda Mon Sep 17 00:00:00 2001 From: Martin Reinecke <martin@mpa-garching.mpg.de> Date: Fri, 26 Jan 2018 11:33:08 +0100 Subject: [PATCH] experiment --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f5574817..44336a384 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 $? -- GitLab