From 2f44c1aeba6f395057c5ce4329fb8b91a8edf8d0 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sat, 28 Mar 2026 15:19:17 +0100 Subject: [PATCH] Re-generate pacman keys before testing the repro image in CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bb41ab..12c32b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -213,6 +213,8 @@ test:repro: extends: .test image: $CI_REGISTRY_IMAGE:repro-$CI_COMMIT_REF_SLUG script: + - pacman-key --init + - pacman-key --populate archlinux - *test-script pre-release: