Gitlab: Add results.xml to the list of artifacts as well.
authorTom Rini <trini@konsulko.com>
Wed, 29 Jan 2025 20:47:12 +0000 (14:47 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Feb 2025 17:57:36 +0000 (11:57 -0600)
commit97c125e6bb441a8062bdd28e82f17b1da1224416
treef8f5263b5bf23a0ed0b8453ccf666540c5b0aca4
parenta20a1e31badb203d60d94dd6b89fa7fd39a4d410
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 <trini@konsulko.com>
.gitlab-ci.yml