From a8ae6480dbe6f3617f919bf18c733b119ef8e1c3 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Tue, 14 Jan 2025 16:08:22 +0100
Subject: [PATCH] Enable GitLab CI JUnit report display

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 282007a13..041e46c2c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,9 @@ stages:
     paths:
       - build/distributions
       - build/libs
+    reports:
+      junit:
+        - "build/test-results/**/TEST-*.xml"
 
 test:linux:
   image: eclipse-temurin:17
-- 
GitLab