From ff60953bfc7581dfb8e473caeddd5baef9366b7b Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Wed, 25 Apr 2018 09:50:28 +0200 Subject: [PATCH] always run MPI tests --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d1d6f64..f467bd85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,16 +26,12 @@ test_python2_mpi: script: - python setup.py install --user -f - OMP_NUM_THREADS=1 mpiexec -n 2 nosetests -q 2> /dev/null - only: - - NIFTy_4 test_python3_mpi: stage: test script: - python3 setup.py install --user -f - OMP_NUM_THREADS=1 mpiexec -n 2 nosetests3 -q 2> /dev/null - only: - - NIFTy_4 pages: stage: release -- GitLab