diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-10 09:27:55 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-10 09:27:55 -0400 |
| commit | b9a17d3ad8350885c7a82b6db84d71a0dadc64d0 (patch) | |
| tree | 26bc060d2ca9cfc4e2d8fffc4d8931c1ec0f4127 | |
| parent | 5679710ebae6c039160504f9f0037e15e332622e (diff) | |
Update archlinux before_script
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
