summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
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)'