use an alias for pg CI

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-01-14 00:47:03 +01:00
parent 7d8c234cbd
commit ffeeb29e7f
1 changed files with 3 additions and 2 deletions

View File

@ -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"