forked from potsda.mn/mobilizon
use an alias for pg CI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7d8c234cbd
commit
ffeeb29e7f
|
@ -1,14 +1,15 @@
|
||||||
image: elixir:1.4
|
image: elixir:1.4
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mdillon/postgis:9.6
|
- name: mdillon/postgis:9.6
|
||||||
|
alias: postgres
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
MIX_ENV: "test"
|
MIX_ENV: "test"
|
||||||
POSTGRES_DB: eventos_test
|
POSTGRES_DB: eventos_test
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: ""
|
POSTGRES_PASSWORD: ""
|
||||||
POSTGRES_HOST: mdillon-postgis
|
POSTGRES_HOST: postgres
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_JOB_NAME"
|
key: "$CI_JOB_NAME"
|
||||||
|
|
Loading…
Reference in a new issue