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

Fixup

parent 94d456e1
No related branches found
No related tags found
1 merge request!9Mpi adder
Pipeline #93664 failed
......@@ -34,6 +34,7 @@ build_docker_from_cache:
mytest:
stage: testing
script:
- pip3 install resolve
- pytest-3 -q --cov=resolve test
coverage: '/^TOTAL.+?(\d+\%)$/'
......@@ -42,6 +43,7 @@ test_mpi:
variables:
OMPI_MCA_btl_vader_single_copy_mechanism: none
script:
- pip3 install resolve
- mpiexec -n 2 --bind-to none pytest-3 -q test/test_mpi
# staticchecks:
......
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