summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index daa1718de67d..544e8cdec047 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
# * Prepare
-image: archlinux
+image: archlinux/archlinux:base-devel
variables:
DOSUDO: "notroot ALL=(ALL) NOPASSWD: ALL"
@@ -10,7 +10,6 @@ stages:
before_script:
- pacman --noconfirm -Syu
- - pacman --noconfirm -S sudo fakeroot binutils
- useradd -m notroot
- echo "$DOSUDO" > /etc/sudoers.d/notroot