Skip to content
Snippets Groups Projects
Commit 885ef633 authored by Philipp Arras's avatar Philipp Arras
Browse files

Fixup

parent 08446bcf
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ test_python2_with_coverage: ...@@ -39,7 +39,7 @@ test_python2_with_coverage:
variables: variables:
OMPI_MCA_btl_vader_single_copy_mechanism: none OMPI_MCA_btl_vader_single_copy_mechanism: none
script: script:
- mpiexec -n 2 --bind-to none pytest test -q - mpiexec -n 2 --bind-to none pytest -q test
- pytest -q --cov=nifty5 test - pytest -q --cov=nifty5 test
- > - >
python -m coverage report --omit "*plotting*,*distributed_do*" python -m coverage report --omit "*plotting*,*distributed_do*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment