ci: Add missing dependency

The job that publishes the flatpak depends on the job that builds
the flatpak ...

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3358>
This commit is contained in:
Florian Müllner 2024-06-05 13:04:30 +02:00
parent 9abad7f25f
commit bc10359f68

View File

@ -260,6 +260,8 @@ flatpak:
nightly:
extends: '.publish_nightly'
needs:
- flatpak
distinfo:
stage: deploy