.gitlab-ci.yml fix

This commit is contained in:
Bossanyi Tibor 2020-05-07 19:57:03 +00:00
parent aff3b6935e
commit 6e75560155

View File

@ -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'