[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 - test
build: build:
image: java:11 image: gradle:jdk11
stage: build stage: build
before_script: before_script:
- apt-get -y update - apt-get -y update
@ -43,7 +43,7 @@ build:
- artifacts - artifacts
test: test:
image: java:11 image: gradle:jdk11
stage: test stage: test
script: script:
- ./gradlew check - ./gradlew check