From e7c2a0182a4ba2d6eb05fe170cc9b4d018a70feb Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Fri, 6 Mar 2020 11:50:49 +0100 Subject: ci: Use test stage for flatpak devel job The flatpak devel job uses .pre stage currently. This seems to be the reason why pipelines are not triggered in some cases according: https://gitlab.com/gitlab-org/gitlab/issues/198518. Let's use the unused test stage instead to fix the pipeline and to make the pipeline output nicer. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a27bdef2..d14aff880 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,6 +51,7 @@ stages: flatpak devel: extends: '.flatpak' + stage: test image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master variables: MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml" -- cgit v1.2.1