Skip to content
Snippets Groups Projects
Commit 84336a7d authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix pytest command in ubuntu CI task

parent dc1a8009
No related branches found
No related tags found
1 merge request!161Fix Ubuntu CI
......@@ -163,7 +163,7 @@ ubuntu:
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- env
- pip3 list
- pytest-3 -v -n $NUM_CORES -m "not longrun" --junitxml=report.xml
- pytest -v -n $NUM_CORES -m "not longrun" --junitxml=report.xml
tags:
- docker
- cuda11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment