summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-01-29 14:47:12 -0600
committerTom Rini <[email protected]>2025-02-04 11:57:36 -0600
commit97c125e6bb441a8062bdd28e82f17b1da1224416 (patch)
treef8f5263b5bf23a0ed0b8453ccf666540c5b0aca4
parenta20a1e31badb203d60d94dd6b89fa7fd39a4d410 (diff)
Gitlab: Add results.xml to the list of artifacts as well.
Whereas with Azure the JUnit results file is available for download, Gitlab doesn't default to including it as an artifact to download and only makes it available via its own JUnit parser. Fix this by listing it as an artifact to save as well. Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea4d8c81732..8f386a896a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,6 +105,7 @@ stages:
paths:
- "*.html"
- "*.css"
+ - results.xml
reports:
junit: results.xml
expire_in: 1 week