From b9a17d3ad8350885c7a82b6db84d71a0dadc64d0 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 10 Oct 2019 09:27:55 -0400 Subject: [PATCH] Update archlinux before_script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 481093f..eab2ac2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ archlinux: stage: test image: archlinux/base before_script: - - pacman -Sy --noconfirm && pacman -S --noconfirm python python-pip + - pacman -Sy --noconfirm && pacman -S --noconfirm python python-pip diffutils - pip install PyYAML script: - bash tests/run.sh break