summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 371069b64b7c..e082c17843eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ build:
name: countstarlight/makepkg:latest
entrypoint: [""]
before_script:
+ - sudo pacman -Sy --noconfirm archlinux-keyring
- yay -Syu --noconfirm
script:
- |
@@ -24,7 +25,8 @@ test:
stage: test
image: archlinux:latest
script:
- - pacman -Syu --noconfirm
+ - pacman -Sy --noconfirm
+ - pacman -S --noconfirm archlinux-keyring
- pacman --noconfirm -U *.pkg.tar.zst
- python -c "import uritools"