Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Mar 8, 2019
1 parent 2eb2e9d commit 632be5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ test:
alias: postgres
variables:
POSTGRES_DB: test
POSTGRES_PASSWORD: postgres
stage: test
image: ubuntu:rolling
script:
Expand Down Expand Up @@ -800,7 +799,7 @@ rollout 100%:
else
DB_HOST=localhost
fi
export DATABASE_URL="postgis://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOST}:5432/${POSTGRES_DB}"
export DATABASE_URL="postgis://${POSTGRES_USER}:postgres@${DB_HOST}:5432/${POSTGRES_DB}"
}

function download_chart() {
Expand Down

0 comments on commit 632be5a

Please sign in to comment.