Add PG vars to Test.gitlab-ci.yml

parent d18dad07
...@@ -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