From c4a4de6c8ae744fc2ac522bf9fa1dcd5c744703d Mon Sep 17 00:00:00 2001
From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de>
Date: Mon, 27 Jun 2022 15:22:27 +0200
Subject: [PATCH] collect test results with ci

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86d069b..426fdd9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,7 +74,9 @@ test:
   image: maven:3.8.3-jdk-8
   script:
     - mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS -U clean test
-
+  artifacts:   
+    reports:
+      junit: target/surefire-reports/TEST-*.xml
 
 # Build and deploy all the JARs to GWDG Nexus, and build all the DEBs and store DEBs to artifacts.
 build_and_deploy:
-- 
GitLab