From 24f071827c853c059f8086b884252d6c78876173 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 22 Jun 2017 17:00:58 +0100 Subject: Change the pg user to "root" for stretch. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 937454d..0bee31a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ test:stretch: allow_failure: true variables: DISTRO: stretch + POSTGRES_USER: root before_script: - apt install postgresql-server-dev-9.6 -- cgit v1.2.1