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