From b4c909b8bfa25a7b7584fc31647243b76cac7a13 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 5 Jun 2019 11:39:30 +0200 Subject: [PATCH] gitlab-ci: Switch to fedora:28 to fedora:latest --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d03377..b1790ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: DEPENDENCIES: dbus-x11 gcc gjs make python3-dbus python3-gobject redhat-rpm-config fedora:Werror: - image: fedora:28 + image: fedora:latest stage: build before_script: - dnf upgrade -y @@ -21,7 +21,7 @@ fedora:Werror: - make -j$(nproc) V=1 distcheck fedora:asan: - image: fedora:28 + image: fedora:latest stage: build before_script: - dnf upgrade -y @@ -36,7 +36,7 @@ fedora:asan: - make -j$(nproc) V=1 DISABLE_HARD_ERRORS=1 XFAIL_TESTS="\$(JS_TESTS) \$(PY_TESTS)" check fedora:ubsan: - image: fedora:28 + image: fedora:latest stage: build before_script: - dnf upgrade -y @@ -51,7 +51,7 @@ fedora:ubsan: - make -j$(nproc) V=1 check fedora:coverage: - image: fedora:28 + image: fedora:latest stage: build before_script: - dnf upgrade -y