mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +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
|
||||
|
||||
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
|
Loading…
Reference in a new issue