[gnome-notes/wip/igaldino/ci-fix] gitlab-ci: Adhere to GitLab changes



commit a71f3241a99e5b32cdd6a8f26a06d7024ae21afd
Author: Isaque Galdino <igaldino gmail com>
Date:   Wed Feb 19 19:50:57 2020 -0300

    gitlab-ci: Adhere to GitLab changes

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce2e2a6..01e0dc9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,8 @@ stages:
 flatpak:
     image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
     stage: test
+    tags:
+       - flatpak
 
     variables:
         # Replace with your manifest path
@@ -17,7 +19,7 @@ flatpak:
 
     script:
         - git submodule update --init --recursive
-        - flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
+        - flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
         - flatpak build app meson --prefix=/app ${CONFIGURE_ARGS} _build
         - flatpak build app ninja -C _build install
         # Run tests inside the Flatpak env emulating a display


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]