From edd00d9652ab573e56281309062e0b7c3fc10389 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 29 Apr 2025 10:27:34 +0300 Subject: [PATCH] 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: 68fd41a719ef1aa1475361c02369e9425c04e201 Signed-off-by: Pekka Paalanen --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf2a024ee..2867f6f16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: