Skip to content
Snippets Groups Projects
Commit 11a14c84 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

always run MPI tests

parent cb13f9db
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment