summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-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