From d17c37ae3cfd295adc979883afc9a3e817d552a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= Date: Mon, 11 Dec 2023 11:16:06 +0100 Subject: [PATCH] .gitlab-ci: pkg:arch: update repos before test --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0798466e5..30afb9060 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -653,6 +653,8 @@ pkg:alma-9: pkg:arch: <<: *pkg_test_user image: $CI_REGISTRY/packaging/apkg/full/arch + before_script: + - pacman -Syy # RHEL 8 derivatives would need more work due to *default* python being old #pkg:rocky-8: -- 2.47.2