chore(gitlab-ci): fix postgres ci

This commit is contained in:
Gregor Kleen 2019-11-12 11:02:31 +01:00
parent 990f2f6772
commit 2525cef62d

View File

@ -14,7 +14,7 @@ variables:
POSTGRES_DB: uniworx_test
POSTGRES_USER: uniworx
POSTGRES_PASSWORD: uniworx
POSTGRES_INITDB_ARGS: "--locale=de-DE --encoding=UTF-8"
POSTGRES_INITDB_ARGS: "--locale=de_DE --encoding=UTF-8"
TZ: Europe/Berlin
stages: