From 83e5c5f3adb0d47fa6a7caadfc9bc2ba9c9ee9a5 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 25 Oct 2021 15:51:27 +0200 Subject: [PATCH] fix CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5543116..ae78b2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: hatsoftwares/mastalab-ci:latest +image: java:8-jdk before_script: - export ANDROID_HOME=/opt/android-sdk-linux