summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2018-08-28 13:19:03 +0200
committerDaiki Ueno <dueno@src.gnome.org>2018-08-28 13:19:03 +0200
commit97e6f2709034eacc368bed515cd90369195ef176 (patch)
tree2ccaf9e76fa1926134af85e3ee030d2ea0be3b7b /.gitlab-ci.yml
parent0f400d60ff3960c915dcf6814b272d2db962c979 (diff)
downloadgcr-97e6f2709034eacc368bed515cd90369195ef176.tar.gz
gitlab-ci: Switch the base image from fedora:rawhide to fedora:latest
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2945464..4893870 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
DEPENDENCIES: dbus-x11 gcc gtk-doc make openssh python redhat-rpm-config
fedora:Werror:
- image: fedora:rawhide
+ image: fedora:latest
stage: build
before_script:
- dnf install -y 'dnf-command(builddep)'
@@ -25,7 +25,7 @@ fedora:Werror:
- gcr-*/_build/sub/test-suite.log
fedora:asan:
- image: fedora:rawhide
+ image: fedora:latest
stage: build
before_script:
- dnf install -y 'dnf-command(builddep)'
@@ -43,7 +43,7 @@ fedora:asan:
- test-suite.log
fedora:ubsan:
- image: fedora:rawhide
+ image: fedora:latest
stage: build
before_script:
- dnf install -y 'dnf-command(builddep)'
@@ -61,7 +61,7 @@ fedora:ubsan:
- test-suite.log
fedora:coverage:
- image: fedora:rawhide
+ image: fedora:latest
stage: build
before_script:
- dnf install -y 'dnf-command(builddep)'