summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-08-10 10:23:36 +0200
committerOndrej Holy <oholy@redhat.com>2021-08-10 11:20:25 +0000
commita77b5cf91bfdb8cf48d46011f45000e7a42d6f95 (patch)
treec21037fc412f3bb1dee5198c704fdf0f19905f94 /.gitlab-ci.yml
parent82f4d0cd94e1b2cd9cbe47580304989f78ccebab (diff)
downloadnautilus-a77b5cf91bfdb8cf48d46011f45000e7a42d6f95.tar.gz
ci: Use fedora:latest instead of rawhide
There are various problems with the rawhide image currently and I don't know how to workaround them. Let's use fedora:latest (temporarily) to fix our pipeline.
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 c6eddf810..22d0dae5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ nightly:
dependencies:
- 'flatpak devel'
-fedora rawhide:
+fedora latest:
image:
name: registry.gitlab.gnome.org/gnome/nautilus:latest
entrypoint: ["/bin/sh", "-c"]