index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .gitlab-ci.yml | 4 |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ca35941..1fadaad0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,11 +15,11 @@ default: - build-aux/print-failed-test-output build/meson-logs/testlog.json .arch-test: - image: archlinux/base + image: archlinux:base-devel before_script: - > pacman -Syu $PACMAN_OPTS - base-devel git + git gpgme libarchive curl python fakeroot fakechroot |