summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0e9887..e32b0c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ fedora:Werror:
- _build/meson-logs/testlog.txt
fedora:asan:
- image: fedora:34
+ image: fedora:latest
stage: build
before_script:
- dnf upgrade -y
@@ -39,6 +39,7 @@ fedora:asan:
- meson compile -C _build
- eval `dbus-launch --sh-syntax`
- meson test -C _build
+ allow_failure: true
artifacts:
when: on_failure
paths: