From 8e872feb6a0368e09045054841fb6590f3951f73 Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Wed, 24 Apr 2019 14:44:43 +0200 Subject: [PATCH] CI: fix typo in dbhost path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02eca5c..7b7862d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,7 +66,7 @@ test:backend: - /etc/init.d/postgresql start - go mod tidy - cd common - - go test -v -args -dbhost=/var/lib/postgresql + - go test -v -args -dbhost=/var/run/postgresql dependencies: - build:backend