From bc10359f688d486720b8ef0b99d0b63dbd6e3d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 5 Jun 2024 13:04:30 +0200 Subject: [PATCH] ci: Add missing dependency The job that publishes the flatpak depends on the job that builds the flatpak ... Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8692bb55f..b69ac6c94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -260,6 +260,8 @@ flatpak: nightly: extends: '.publish_nightly' + needs: + - flatpak distinfo: stage: deploy