[system/kio-snapshot] /: ci: make GitLab aware of junit xml reports
Bharadwaj Raju <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 8bf5e8c74b86bf40718940bed5d1b7b17a9d6d48 by Bharadwaj Raju.
Committed on 29/07/2026 at 04:01.
Pushed by bharadwaj-raju into branch 'master'.
ci: make GitLab aware of junit xml reports
M +3 -0 .gitlab-ci.yml
https://invent.kde.org/system/kio-snapshot/-/commit/8bf5e8c74b86bf40718940bed5d1b7b17a9d6d48
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53d431f..6011e86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,3 +43,6 @@ build_tests_kdelinux:
access: all
paths:
- build/**/*-report.xml
+ reports:
+ junit:
+ - build/**/*-report.xml