gitlab-ci: fix archlinux builds
authorEric Engestrom <eric.engestrom@intel.com>
Tue, 19 Feb 2019 11:49:28 +0000 (11:49 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Tue, 19 Feb 2019 11:59:12 +0000 (11:59 +0000)
base/archlinux has been replaced with archlinux/base, which is
maintained directly by the archlinux community.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml

index a0edfdf..ac2a9d2 100644 (file)
@@ -55,7 +55,7 @@
 
 latest-meson:
   stage: build
-  image: base/archlinux:latest
+  image: archlinux/base:latest
   before_script:
     - pacman -Syu --noconfirm --needed
         base-devel
@@ -69,7 +69,7 @@ latest-meson:
 
 latest-autotools:
   stage: build
-  image: base/archlinux:latest
+  image: archlinux/base:latest
   artifacts: *artifacts-autotools
   before_script:
     - pacman -Syu --noconfirm --needed