Update archlinux before_script

This commit is contained in:
Loic Guegan 2019-10-10 09:27:55 -04:00
parent 5679710eba
commit b9a17d3ad8

View file

@ -11,7 +11,7 @@ archlinux:
stage: test stage: test
image: archlinux/base image: archlinux/base
before_script: before_script:
- pacman -Sy --noconfirm && pacman -S --noconfirm python python-pip - pacman -Sy --noconfirm && pacman -S --noconfirm python python-pip diffutils
- pip install PyYAML - pip install PyYAML
script: script:
- bash tests/run.sh break - bash tests/run.sh break