diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8427a841f06b8923c8e29fa96c63629ab823b9f0..e6006277cf013d838be87d3e5cdce58f9ceacc4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ test:pytest: extends: .test script: - cd ${APP_DIRECTORY} - - pytest -v + - pytest -v --durations=10 - mkdir convergence_plots - cp tests/*/*/convergence_plot* convergence_plots/ artifacts: