From ce01f8dec10a0e519d6062a81dc16673d52d1951 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mon, 6 Sep 2021 14:39:16 +0200 Subject: [PATCH] Upgrade test container to f34 and use quay instead of docker --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 854773c..76ca95e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: docker.io/ofalk/fedora31-python3 +image: quay.io/rhn_support_ofalk/fedora34-python3 before_script: - virtualenv -p python3 /tmp/.virtualenv