From 2ff7cd8ab86d2a2f6c3a2a8d4795d510dbf19e6a Mon Sep 17 00:00:00 2001
From: Lambert Theisen <lambert.theisen@rwth-aachen.de>
Date: Sun, 15 Dec 2019 17:49:08 +0000
Subject: [PATCH] Add 10 slowest test to CI output

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8427a84..e600627 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:
-- 
GitLab