summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b21069..89d4438 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,3 +41,8 @@ flatpak:
# are passed except the config-args because we build it ourselves
MESON_ARGS: |
-Dtests=true
+
+nightly:
+ extends: '.publish_nightly'
+ dependencies: ['flatpak']
+ needs: ['flatpak']