From 5e14dead261875bf0ec166d00167568300d199c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 1 Feb 2023 18:15:00 +0100 Subject: Use the latest Fedora instead. --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3017809..c05aae4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ python3: - PYTHONPATH=$(readlink -f build/lib.*) python3 -munittest discover -v fedora: - image: fedora:30 + image: fedora:latest when: always script: - dnf install --refresh -y @development-tools fedora-packager rpmdevtools @@ -47,8 +47,6 @@ fedora-rawhide: - dnf install -y swig python3-devel openssl-devel openssl python3-setuptools python3-twisted python3-parameterized - python3 setup.py clean build - PYTHONPATH=$(readlink -f build/lib.*) python3 -munittest discover -v - allow_failure: - exit_codes: 1 centos7: image: centos:7 -- cgit v1.2.1