summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84f040af3..6893d36bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ test-fedora-latest:
script:
- su tracker -c 'mkdir build'
- - su tracker -c 'cd build; meson ..'
+ - su tracker -c 'cd build; meson .. -Db_sanitize=address,undefined'
- su tracker -c 'cd build; ninja'
- |
# Remove the many "CI_" variables from the environment. Meson dumps the