Commit babfbe0f authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'dz-update-auto-devops-test' into 'master'

Add PG vars to Test.gitlab-ci.yml

See merge request gitlab-org/gitlab!48475
parents 3707091b 41770571
...@@ -2,6 +2,8 @@ test: ...@@ -2,6 +2,8 @@ test:
variables: variables:
POSTGRES_VERSION: 9.6.16 POSTGRES_VERSION: 9.6.16
POSTGRES_DB: test POSTGRES_DB: test
POSTGRES_USER: user
POSTGRES_PASSWORD: testing-password
services: services:
- "postgres:${POSTGRES_VERSION}" - "postgres:${POSTGRES_VERSION}"
stage: test stage: test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment