.gitlab-ci.yml fix
This commit is contained in:
parent
aff3b6935e
commit
6e75560155
@ -3,7 +3,7 @@ image: java:8-jdk
|
|||||||
services:
|
services:
|
||||||
- mysql:latest
|
- mysql:latest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
# Configure mysql environment variables (https://hub.docker.com/_/mysql/)
|
# Configure mysql environment variables (https://hub.docker.com/_/mysql/)
|
||||||
MYSQL_DATABASE: "aitrainer"
|
MYSQL_DATABASE: "aitrainer"
|
||||||
MYSQL_ROOT_PASSWORD: "andio2009"
|
MYSQL_ROOT_PASSWORD: "andio2009"
|
||||||
@ -38,11 +38,6 @@ build:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
Host: mysql
|
|
||||||
User: aitrainer
|
|
||||||
Password: andio2009
|
|
||||||
Database: aitrainer
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./gradlew check -Pargs='spring.profiles.active=deploy'
|
- ./gradlew check -Pargs='spring.profiles.active=deploy'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user