From 7bc967c8e35d71d0c3363bc31040493fe624e9e5 Mon Sep 17 00:00:00 2001 From: Torsten Grote <t@grobox.de> Date: Wed, 11 Aug 2021 12:55:26 +0200 Subject: [PATCH] Latest CI is now running buster with Java 11 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37499949..abb1aeb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: briar/ci-image-android:buster # revert to latest when on buster +image: briar/ci-image-android:latest stages: - test -- GitLab