summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-11-30 16:00:19 +0100
committerBastien Nocera <hadess@hadess.net>2021-11-30 16:13:37 +0100
commitddf5796900d9ae8381c8299325860f2f928567ff (patch)
treea5785920d6d50e24dc0cd6492ed9ee246d1a8a96 /.gitlab-ci.yml
parent3979491caba62ffb28d2bb304ea3bcc319b3e89d (diff)
downloadgnome-bluetooth-ddf5796900d9ae8381c8299325860f2f928567ff.tar.gz
ci: Fail CI when tests are skipped
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2358ed57..2c24292d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ build_stable:
- cd ..
- dnf install -y $TEST_DEPS
- ninja -C _build test
+ - .ci/fail_skipped_tests.py _build/meson-logs/testlog.junit.xml
- ninja -C _build dist
- curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
- dnf install -y $DEPENDENCIES_ABI_CHECK