From 84fddd68083172e4d603b252cba008e840a436c4 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Mon, 28 May 2018 16:10:36 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2161df4044..af6545aa93f 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ stages: before_script: - apt-get update > /dev/null + - apt-get install postgresql-client -yqq - apt-get install apt-utils -yqq > /dev/null - apt-get install cron -yqq > /dev/null - apt-get install tar -yqq > /dev/null -- GitLab