From 2e133d116607d610d05a10866f72bbee54420385 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 24 Jul 2018 11:40:33 +0200 Subject: gitlab-ci: Switch to fedora:latest from fedora:rawhide --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4c8ea6a..0b5b52ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: DEPENDENCIES: dbus-x11 gcc gnome-common 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)' @@ -20,7 +20,7 @@ fedora:Werror: - make -j$(nproc) V=1 distcheck fedora:asan: - image: fedora:rawhide + image: fedora:latest stage: build before_script: - dnf install -y 'dnf-command(builddep)' @@ -37,7 +37,7 @@ fedora:asan: - test-suite.log fedora:ubsan: - image: fedora:rawhide + image: fedora:latest stage: build before_script: - dnf install -y 'dnf-command(builddep)' @@ -54,7 +54,7 @@ fedora:ubsan: - test-suite.log fedora:coverage: - image: fedora:rawhide + image: fedora:latest stage: build before_script: - dnf install -y 'dnf-command(builddep)' -- cgit v1.2.1