summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2021-09-26 15:40:28 +0000
committerJohannes Wienke2021-09-26 15:40:28 +0000
commitebf7a29766568593ee0cd838f8a333959a6de359 (patch)
tree710bf1b4b31193936cf141e82c7ec71042753267
parent24c0307d5fd59732052f5f0c2295ad70cb03b64f (diff)
parent3531abcc45c9545fe11aa344fc629750ef9e8fb1 (diff)
downloadaur-ebf7a29766568593ee0cd838f8a333959a6de359.tar.gz
Merge branch 'fix/tests' into 'master'
test: fix test CI step See merge request languitar/aur-autosuspend!1
-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