ci: add POSTGRES_HOST_AUTH_METHOD=trust

This commit is contained in:
Luna 2020-02-17 22:46:32 -03:00
parent b1aef75bb2
commit 6653dbf4d5
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ image: python:3.8-alpine
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
POSTGRES_HOST_AUTH_METHOD: 'trust'
services:
- postgres:alpine