summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2019-06-05 11:39:30 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2019-06-05 13:57:52 +0000
commitb4c909b8bfa25a7b7584fc31647243b76cac7a13 (patch)
tree693707731d27faf35e81d8d321611e6dfa317a31 /.gitlab-ci.yml
parent7844baa78e307e5e544388a3618262cb05201ea6 (diff)
downloadlibsecret-b4c909b8bfa25a7b7584fc31647243b76cac7a13.tar.gz
gitlab-ci: Switch to fedora:28 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 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