From 4a236cede66c8a689467989480b09221f9471b7d Mon Sep 17 00:00:00 2001
From: Martin Reinecke <martin@mpa-garching.mpg.de>
Date: Sat, 20 Jan 2018 13:04:31 +0100
Subject: [PATCH] tweak installation

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24b66c0be..8d4738fa0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,4 +19,5 @@ test_min:
     - nosetests -x --with-coverage --cover-package=nifty4 --cover-branches
     - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -x --with-coverage --cover-package=nifty4 --cover-branches
     - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -x
-    - coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
+    - >
+      coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
-- 
GitLab