From b496a4cb3ec4f0447a3c514ec7097644af2a78ce Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Mon, 28 May 2018 15:15:36 +0200 Subject: [PATCH] CI: Use non-master dependencies for regular operations See previous commit for more info. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d299078b..18965fcec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ flatpak: image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.28 stage: test variables: - MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.json" + MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml" MESON_ARGS: "-Dprofile=development -Dtests=all" FLATPAK_MODULE: "nautilus" RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"