Update .gitlab-ci.yml
This commit is contained in:
parent
21a312ed09
commit
d02b8a260f
|
@ -31,5 +31,13 @@ build:
|
||||||
# Use the generated build output to run the tests.
|
# Use the generated build output to run the tests.
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
services:
|
||||||
|
- postgres:9
|
||||||
|
variables:
|
||||||
|
POSTGRES_DB: monolith
|
||||||
|
POSTGRES_USER: monolith
|
||||||
|
POSTGRES_PASSWORD: monolith_it
|
||||||
|
LAB_MONOLITH_DB_IP: postgres
|
||||||
|
LAB_MONOLITH_DB_PASSWORD: monolith_it
|
||||||
script:
|
script:
|
||||||
- ./gradlew -g /cache/.gradle check
|
- ./gradlew -g /cache/.gradle check
|
Reference in New Issue