[FEATURE] Исправление GitLab CI

This commit is contained in:
Gravit 2019-11-25 00:38:59 +07:00
parent e9db1b307b
commit fc9ac07bc0
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -11,7 +11,7 @@ stages:
- test
build:
image: java:11
image: gradle:jdk11
stage: build
before_script:
- apt-get -y update
@ -43,7 +43,7 @@ build:
- artifacts
test:
image: java:11
image: gradle:jdk11
stage: test
script:
- ./gradlew check