Skip to content
Snippets Groups Projects
Commit 4aab27dc authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Add verbose option to pytest stage CI

parent 7e970d6c
No related branches found
No related tags found
No related merge requests found
Pipeline #219186 failed
......@@ -68,7 +68,7 @@ test:pytest:
extends: .test
script:
- cd ${APP_DIRECTORY}
- pytest
- pytest -v
- mkdir convergence_plots
- cp tests/*/*/convergence_plot* convergence_plots/
artifacts:
......
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