diff options
author | Carlos Soriano <csoriano1618@gmail.com> | 2019-01-17 15:33:37 +0000 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2019-01-17 15:33:37 +0000 |
commit | c8cdf67008a8c24a8ee9db3ee695b7460642bd67 (patch) | |
tree | 83e82ae580c73d52491dc356e5b961a13768bf33 | |
parent | 10af9a05a95da89edcc76857de606b41cc010194 (diff) | |
download | nautilus-c8cdf67008a8c24a8ee9db3ee695b7460642bd67.tar.gz |
CI: Use master SDK
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 430330021..eb50d7825 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ stages: expire_in: 2 days flatpak devel: - image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.30 + image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master stage: test variables: MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml" |