aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-06-22 17:00:58 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-06-22 17:00:58 +0100
commit24f071827c853c059f8086b884252d6c78876173 (patch)
tree954defb5e46ca3216f595f1baeb9342842d4eb39 /.gitlab-ci.yml
parent9bf4d02e24c384ee3c24892278fabba4534e2af6 (diff)
Change the pg user to "root" for stretch.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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