Fixes gitlabCI failing due to postgres config

This commit is contained in:
Guilherme Guy 2020-03-15 09:23:21 -03:00
parent 6d0a187add
commit fa8311405d

View File

@ -6,6 +6,7 @@ variables:
POSTGRES_USER: '{{ cookiecutter.project_slug }}'
POSTGRES_PASSWORD: ''
POSTGRES_DB: 'test_{{ cookiecutter.project_slug }}'
POSTGRES_HOST_AUTH_METHOD: trust
flake8:
stage: lint