summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-02-21 18:44:10 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-02-21 18:45:06 +0100
commite181d41752316cf5cc80ec4e68ad6ac5ce276629 (patch)
treeb39f927dc9420ce754dfe390a169826e7245cac2
parentac3a69cb03bd526bd8f059681302f8802e9511a4 (diff)
downloadpygobject-e181d41752316cf5cc80ec4e68ad6ac5ce276629.tar.gz
CI: use the "flatpak" tag for jobs using flatpak
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1d7f296..f93d3847 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,6 +115,8 @@ gnome-master:
allow_failure: true
stage: build_and_test
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ tags:
+ - flatpak
script:
- xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash org.gnome.Sdk//master -x .gitlab-ci/test-flatpak.sh
@@ -122,6 +124,8 @@ gnome-master-gtk4:
allow_failure: true
stage: build_and_test
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ tags:
+ - flatpak
script:
- xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash org.gnome.Sdk//master -x .gitlab-ci/test-flatpak-gtk4.sh
artifacts: