summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-01-21 16:50:19 +0100
committerOndrej Holy <oholy@redhat.com>2019-01-21 16:50:19 +0100
commit519250cc0b33bbefd31338e0b60e1f20be4fd8fe (patch)
tree449ef1377fc076d22799210e03c9be775d285a12 /.gitlab-ci.yml
parente15a1fcd82c33cf2d67bcbc7597fa19636306bed (diff)
downloadgvfs-519250cc0b33bbefd31338e0b60e1f20be4fd8fe.tar.gz
ci: Hardcode image name to fix CI on forks
Currently, out CI fails on forks, because $CI_REGISTRY_IMAGE doesn't point to the origin and thus is empty. See relevant upstream bug report: https://gitlab.com/gitlab-org/gitlab-runner/issues/1867
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2caf7a88..675916ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
fedora:
- image: $CI_REGISTRY_IMAGE
+ image: registry.gitlab.gnome.org/gnome/gvfs:latest
script:
- meson -Dinstalled_tests=true --prefix /usr --werror build
- ninja -C build install