summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-07-02 17:03:43 +0200
committerBastien Nocera <hadess@hadess.net>2022-07-02 18:20:52 +0200
commitfeaae630362ab9e096b08d4b7e493b4284eeae7a (patch)
tree3dece32edfcd1717bd063d0ce10cb953c5b43434
parentc2e64f300b20cfc41be8670bacae142b995501d7 (diff)
downloadgeocode-glib-feaae630362ab9e096b08d4b7e493b4284eeae7a.tar.gz
ci: Run installed-tests too
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 389a0c2..557d07f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ variables:
gcc-c++
glibc-devel
libabigail
+ gnome-desktop-testing
SOUP2_DEPS:
libsoup-devel
SOUP3_DEPS:
@@ -29,6 +30,7 @@ variables:
- ninja -C _build install
- ninja -C _build test
- ninja -C _build dist
+ - gnome-desktop-testing-runner geocode-glib
artifacts:
name: "geocode-glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
when: always