From bd30119fe0483a0ee06450b247ab4bed246cff43 Mon Sep 17 00:00:00 2001 From: s3lph Date: Fri, 8 Feb 2019 02:59:11 +0100 Subject: [PATCH] CI: Switched to a more recent archlinux base image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fe46a3..1356189 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,7 +97,7 @@ build_debian: build_archlinux: stage: build - image: base/devel:latest # Use an archlinux image instead of the customized debian image. + image: archlinux/base:latest # Use an archlinux image instead of the customized debian image. script: - pacman -Sy --noconfirm python python-setuptools python-pip python-wheel python-jinja python-pillow python-magic file - export MATEMAT_VERSION=$(python -c 'import matemat; print(matemat.__version__)')