From a74fe9d7b0fdc5d710ca6d17af86c352a23b8c4e Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 24 Feb 2020 10:42:04 +0100 Subject: [PATCH] Fix pipelines --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6ea5f116..f79eaf72 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,6 +14,8 @@ definitions: services: postgres: image: postgres + variables: + POSTGRES_HOST_AUTH_METHOD: trust aliases: - &unittest-python