summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-03-27 19:33:39 +0000
committerCarlos Garnacho <carlosg@gnome.org>2022-03-27 19:33:39 +0000
commit60046b2bcd21ec4e4866d73d9167cc0633efedb6 (patch)
treea7da1b694b04155d28f1da3f5f055dc2987c3ba2
parentd409f290664be7966243492b8a9205bb36fd228d (diff)
parentf41997acb5d70abff36c25e1faeb0832b411c87e (diff)
downloadtracker-60046b2bcd21ec4e4866d73d9167cc0633efedb6.tar.gz
Merge branch 'wip/carlosg/fix-coverage-percentage' into 'master'
ci: Rebuild tree before running tests See merge request GNOME/tracker!500
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c7f91ed6..ff06146bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -287,6 +287,7 @@ build-alpine-latest@x86_64:
# whole environment for every failed test, and that gives a whole
# screenful of junk each time unless we strip these.
unset $(env|grep -o '^CI_[^=]*')
+ ninja clean; ninja
env LANG=C.UTF-8 LC_ALL=C.UTF-8 dbus-run-session meson test -t $MESON_TEST_TIMEOUT_MULTIPLIER --print-errorlogs ${MESON_TEST_EXTRA_ARGS}
after_script:
- pushd build