From: Oto Šťáva Date: Mon, 11 Dec 2023 10:16:06 +0000 (+0100) Subject: .gitlab-ci: pkg:arch: update repos before test X-Git-Tag: v6.0.5~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d17c37ae3cfd295adc979883afc9a3e817d552a7;p=thirdparty%2Fknot-resolver.git .gitlab-ci: pkg:arch: update repos before test --- 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: