From 1418c56eddb3e88d83cfb57297a099e81defaf76 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Mon, 4 May 2020 14:22:25 +0200 Subject: [PATCH] Use init instead of sync. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b40303..ff37423 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ test: image: openjdk:8 stage: build before_script: - - git submodule sync --recursive - - git submodule update --force --recursive + - git submodule init + - git submodule update --remote - cat .gitmodules - cat .git/config - ls -lah * -- GitLab