CI: Switched to a more recent archlinux base image

This commit is contained in:
s3lph 2019-02-08 02:59:11 +01:00
parent 9515c521b0
commit bd30119fe0

View file

@ -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__)')