[nautilus/wip/oholy/ci: 20/21] ci: Use test stage for flatpak devel job



commit 92998fca3fc0fd4493a85ae8569204646e9d4130
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Mar 6 11:50:49 2020 +0100

    ci: Use test stage for flatpak devel job
    
    The flatpak devel job uses .pre stage currently. Let's use the unused
    test stage instead 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 87b42588d..79cd290ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]