summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-11 10:01:13 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-11 10:21:53 +0100
commit30e80c216c5cb6f296fb32cd2f033bece97b2e1d (patch)
tree009786140ff728dc02411bff053a44667a842762
parentfefab224145d0b233ca881e3a1ce366bf53a786f (diff)
downloadtotem-pl-parser-30e80c216c5cb6f296fb32cd2f033bece97b2e1d.tar.gz
ci: Run dist in same environment as tests
Seeing as the dist processing runs the tests too...
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80e28db..fb50b5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,8 @@ build-fedora:
- dnf install -y $TEST_DEPS
- GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C _build test
- ninja -C _build install
- - ninja -C _build dist
+ # dist also runs the tests
+ - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C _build dist
artifacts:
when: always
paths: