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.
This commit is contained in:
Ondrej Holy 2020-03-06 11:50:49 +01:00
parent 57ab299638
commit e7c2a0182a

View file

@ -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"