From 621bd9107483407ad70235c35ec23f1b14f29b43 Mon Sep 17 00:00:00 2001
From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de>
Date: Mon, 14 Dec 2020 16:44:08 +0100
Subject: [PATCH] [ci] report test results

---
 .gitlab-ci/default.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci/default.yml b/.gitlab-ci/default.yml
index f70144c0a5..421c25ae5a 100644
--- a/.gitlab-ci/default.yml
+++ b/.gitlab-ci/default.yml
@@ -27,3 +27,6 @@ test dumux:
   needs:
     - job: build dumux
       artifacts: true
+  artifacts:
+    reports:
+      junit: junit/dumux-cmake.xml
-- 
GitLab