Run pacman -Syuu before runing the tests in archlinux
1 files changed, 1 insertions(+), 0 deletions(-) M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +1 -0
@@ 280,6 280,7 @@ packaging:archlinux: image: docker.louiz.org/biboumi-test-archlinux:latest before_script: [] script: + - sudo pacman -Syuu --noconfirm - git clone https://aur.archlinux.org/litesql-git.git - cd litesql-git - makepkg --noconfirm -s && makepkg -f && sudo pacman --noconfirm -U *.pkg.*