gitlab-ci: Replace base/archlinux with archlinux/base
authorJan Vesely <jano.vesely@gmail.com>
Wed, 20 Feb 2019 21:39:35 +0000 (16:39 -0500)
committerJan Vesely <jano.vesely@gmail.com>
Tue, 26 Feb 2019 21:25:54 +0000 (16:25 -0500)
Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
.gitlab-ci.yml

index f4f3a84d94d65e1f7e8a113085f4af24e86f09af..ac1a60465d11527936dc42b1c4a78dfb0a0372b1 100644 (file)
@@ -40,7 +40,7 @@
 
 latest-meson-lcms:
   stage: build
-  image: base/archlinux:latest
+  image: archlinux/base:latest
   artifacts: *artifacts-meson
   variables:
     LCMS_OPTION : "-Dwith-lcms=true"
@@ -54,7 +54,7 @@ latest-meson-lcms:
 
 latest-meson-nolcms:
   stage: build
-  image: base/archlinux:latest
+  image: archlinux/base:latest
   artifacts: *artifacts-meson
   variables:
     LCMS_OPTION : "-Dwith-lcms=false"
@@ -68,7 +68,7 @@ latest-meson-nolcms:
 
 latest-autotools-lcms:
   stage: build
-  image: base/archlinux:latest
+  image: archlinux/base:latest
   artifacts: *artifacts-autotools
   variables:
     LCMS_OPTION : "--with-lcms"
@@ -81,7 +81,7 @@ latest-autotools-lcms:
 
 latest-autotools-nolcms:
   stage: build
-  image: base/archlinux:latest
+  image: archlinux/base:latest
   artifacts: *artifacts-autotools
   variables:
     LCMS_OPTION : "--without-lcms"