CI: restore junit results in Gitlab

Fix a typo that caused test results to not be found. This adds them back
to the MR and pipeline Gitlab pages.

Fixes: 68fd41a719

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2025-04-29 10:27:34 +03:00
parent 294d4cabd4
commit edd00d9652

View file

@ -317,7 +317,7 @@ aarch64-debian-container_prep:
- $BUILDDIR/weston-virtme
- $PREFIX
reports:
junit: $BUILDDIR/meson-logs/testlog-junit.xml
junit: $BUILDDIR/meson-logs/testlog.junit.xml
# Same as above, but without running any tests.
.build-no-test: