gitlab-ci: Use the official Arch linux image

This commit is contained in:
Danny Robson 2019-02-10 12:50:18 +11:00
parent 3d8acbf9cc
commit 5025f832ca

View File

@ -1,7 +1,7 @@
# Based on the GitLab example CI configuration
# use an image which probably has an up-to-date gcc _and_ >=python3.6
image: base/archlinux
image: archlinux/base
variables:
GIT_SUBMODULE_STRATEGY: recursive