summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2019-05-05 06:51:33 +0000
committerEric Engestrom <eric@engestrom.ch>2019-05-05 06:51:33 +0000
commit4b38e3aa2f39ec40380b77c0adec37e42774e05a (patch)
tree960c80688b3f6bbece86e6b6b11cbb9e146c10d3
parent1e82f507fe5469fdc03a2d56c63e2f422fabd5ba (diff)
downloadkmscube-4b38e3aa2f39ec40380b77c0adec37e42774e05a.tar.gz
gitlab-ci: fix archlinux builds
base/archlinux has been replaced with archlinux/base, which is maintained directly by the archlinux community.
-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