Update .gitlab-ci.yml

This commit is contained in:
jas35484
2022-01-16 18:51:37 -06:00
parent 96b61234e5
commit a1dc7a26d8
+3 -1
View File
@@ -8,7 +8,8 @@
# https://gradle.org/
# https://github.com/gradle/gradle
image: gradle:alpine
#image: gradle:alpine
image: gradle:eclipse-temurin:8
# Disable the Gradle daemon for Continuous Integration servers as correctness
# is usually a priority over speed in CI environments. Using a fresh
@@ -20,6 +21,7 @@ variables:
before_script:
- export GRADLE_USER_HOME=`pwd`
#- apt-get update && apt-get -y install openjdk-8-jdk && apt-get -y install ant
build:
stage: build