Fixed broken db with postgres:11.7

This commit is contained in:
Eliot Berriot 2020-02-15 12:01:19 +01:00
commit 4b2b250047
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
4 changed files with 14 additions and 0 deletions

View file

@ -131,6 +131,7 @@ test_api:
DATABASE_URL: "postgresql://postgres@postgres/postgres"
FUNKWHALE_URL: "https://funkwhale.ci"
DJANGO_SETTINGS_MODULE: config.settings.local
POSTGRES_HOST_AUTH_METHOD: trust
only:
- branches
before_script: