From 05cc2f83d68843f1ec3ed605e0239719303aac0f Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Sat, 18 Apr 2020 12:13:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64251f0..df7fd63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # This is the Gradle build system for JVM applications # https://gradle.org/ # https://github.com/gradle/gradle -image: gradle:alpine +image: gradle:latest # Disable the Gradle daemon for Continuous Integration servers as correctness # is usually a priority over speed in CI environments. Using a fresh