From ab69661b10fdb06959f2b6b53225fe8cd67798e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de> Date: Tue, 21 Dec 2021 09:32:56 +0100 Subject: [PATCH] Before running Gradle, update git submodule --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05324b1626..bdc82a440c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ test: - set -e - export GRADLE_USER_HOME=$PWD/.gradle script: + - git submodule update - ./gradlew --no-daemon :check after_script: # these file change every time and should not be cached -- GitLab