Merge pull request #296 from leshasmlesha/fix_gitlab

[FIX] убрал не нужный тест в gitlab
This commit is contained in:
Zaxar163 2019-06-18 19:33:07 +03:00 committed by GitHub
commit a9735e22ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@ image: frekele/java
stages:
- build
- test
- deploy
before_script:
@ -29,10 +28,5 @@ build:
- ServerWrapper/build/libs/*.jar
expire_in: 1 week
test:
stage: test
script:
- ./gradlew check
after_script:
- echo "End CI"