stages: - build - deploy build-flatpak: image: registry.gitlab.com/b0/spectral/flatpak stage: build before_script: - git submodule update --init --recursive script: - cd flatpak - flatpak-builder --force-clean --repo=repo build-dir org.eu.encom.spectral.yaml - flatpak build-bundle repo spectral.flatpak org.eu.encom.spectral - cd ../ artifacts: paths: - flatpak/spectral.flatpak