mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FEATURE] Исправление GitLab CI
This commit is contained in:
parent
e9db1b307b
commit
fc9ac07bc0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue