genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
Matthias Stock 2017-03-09 20:22:22 +00:00
parent 21a312ed09
commit d02b8a260f
1 changed files with 9 additions and 1 deletions

View File

@ -31,5 +31,13 @@ build:
# Use the generated build output to run the tests.
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:
- ./gradlew -g /cache/.gradle check
- ./gradlew -g /cache/.gradle check