summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2021-09-26 17:23:59 +0200
committerJohannes Wienke2021-09-26 17:34:48 +0200
commit3531abcc45c9545fe11aa344fc629750ef9e8fb1 (patch)
tree710bf1b4b31193936cf141e82c7ec71042753267
parent24c0307d5fd59732052f5f0c2295ad70cb03b64f (diff)
downloadaur-3531abcc45c9545fe11aa344fc629750ef9e8fb1.tar.gz
test: fix test CI step
-rw-r--r--.gitlab-ci.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d81096baff6..f25f58ed8d77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,11 +22,13 @@ build:
test:
stage: test
- image: archlinux:latest
+ image:
+ name: countstarlight/makepkg:latest
+ entrypoint: [""]
script:
- - pacman -Syu --noconfirm
- - pacman --noconfirm -U *.pkg.tar.zst
- - pass-git-helper -h
+ - yay -Syu --noconfirm python-portalocker
+ - yay --noconfirm -U *.pkg.tar.zst
+ - autosuspend -h
deploy:
stage: deploy