From a77ae2d04873b0acf6feaa9c273aee5bbbad2a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 29 Mar 2017 16:59:46 +0200 Subject: Run pacman -Syuu before runing the tests in archlinux --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4c6ef6..afe2393 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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.* -- cgit v1.2.3