diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9358483ab..1f5da7fa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ variables: xorg-x11-server-Xvfb build-fedora: - image: fedora:latest + image: fedora:34 stage: test before_script: - dnf install --setopt=install_weak_deps=False -y $FEDORA_DEPS |