From d42aab77eb09ceb6d577885f08229c9e3ac3a24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Thu, 30 Apr 2026 15:34:48 +0100 Subject: [PATCH] ITS#10499 CI: ingest test report --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 475556baed..4569ff17aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,8 @@ build-openssl-heimdal-lloadd: - obj/tests/testrun/ - obj/servers/ - obj/libraries/ + reports: + junit: obj/tests/junit*.xml build-gnutls-mit-standalone-lloadd: stage: build @@ -75,6 +77,8 @@ build-gnutls-mit-standalone-lloadd: - obj/tests/testrun/ - obj/servers/ - obj/libraries/ + reports: + junit: obj/tests/junit*.xml build-mbedtls-mit-lloadd: image: "debian:testing" @@ -102,3 +106,5 @@ build-mbedtls-mit-lloadd: - obj/tests/testrun/ - obj/servers/ - obj/libraries/ + reports: + junit: obj/tests/junit*.xml