[gnome-boxes/alatiera/ci-async] ci: specify fedora's job deps




commit b978ed2dd2d4c351a574886078030595c3c8f16b
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Aug 16 23:39:57 2020 +0000

    ci: specify fedora's job deps
    
    This will allow the fedora job to start running in
    parallel with the flatpak one.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9c4bbbd..4d95fd25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ nightly:
 fedora:rawhide:
     image: fedora:rawhide
     stage: fedora
+    needs: []
     before_script:
     - dnf update -y --nogpgcheck
     - dnf install -y meson git vala gtk3-devel


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