summaryrefslogtreecommitdiff
path: root/.gitlab-ci/ci.template
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/ci.template')
-rw-r--r--.gitlab-ci/ci.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index 7444106..4d7bf00 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -40,9 +40,9 @@ variables:
- _build/test/test-suite.log
- $MESON_BUILDDIR/meson-logs/
expire_in: 1 week
- when: on_failure
+ when: always
reports:
- junit: $MESON_BUILDDIR/junit-*.xml
+ junit: $MESON_BUILDDIR/*junit*.xml
.autotools_build:
extends: