diff options
author | Ondrej Holy <oholy@redhat.com> | 2020-03-06 11:50:49 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2020-03-09 09:29:00 +0100 |
commit | e7c2a0182a4ba2d6eb05fe170cc9b4d018a70feb (patch) | |
tree | fd180ee32ca645c1b74e7c303117030328710a62 /.gitlab-ci.yml | |
parent | 57ab2996382a17d1fa07796152b557949ffb640f (diff) | |
download | nautilus-e7c2a0182a4ba2d6eb05fe170cc9b4d018a70feb.tar.gz |
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |