summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a9cc9e..7b30374 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@
latest-meson:
stage: build
- image: base/archlinux:latest
+ image: archlinux/base:latest
artifacts: *artifacts-meson
before_script:
- pacman -Syu --noconfirm --needed
@@ -34,7 +34,7 @@ latest-meson:
latest-autotools:
stage: build
- image: base/archlinux:latest
+ image: archlinux/base:latest
artifacts: *artifacts-autotools
before_script:
- pacman -Syu --noconfirm --needed