include: "https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml" variables: GIT_SUBMODULE_STRATEGY: normal flatpak:master: extends: .flatpak stage: test variables: BUNDLE: "tootle-dev.flatpak" MANIFEST_PATH: "com.github.bleakgrey.tootle.json" FLATPAK_MODULE: "tootle" RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo" APP_ID: "com.github.bleakgrey.tootle" nightly: extends: ".publish_nightly" dependencies: ["flatpak:master"] needs: ["flatpak:master"]