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