From 2cf2c883e257cb124b7b1b2445cd48c00eeeaeee Mon Sep 17 00:00:00 2001
From: Philipp Arras <parras@mpa-garching.mpg.de>
Date: Tue, 16 Jul 2019 10:29:02 +0200
Subject: [PATCH] Fixup

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aaa8a0f..a83f166 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ tests:
   stage: test
   script:
     - cd nifty && python3 setup.py install --user -f && cd ..
-    - for file in *.py; do python3 $file &; done
+    - for file in *.py; do python3 $file ; done
   artifacts:
     paths:
       - '*.png'
-- 
GitLab