diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d1d6f64f308181c7c288d6babb871e71ec0f26b..f467bd851d3e0549e5be052dc8899444d87f272e 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