From a1a97b70c354b0f47c59092a4ba03f8c8d936719 Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Tue, 12 Feb 2019 14:58:27 +0100
Subject: [PATCH] Removed depth from submodules CI.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da7b5fbddc..09599b4bdb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ build:
   stage: build
   before_script:
     - git submodule sync
-    - git submodule update --init --depth 1
+    - git submodule update --init
   script:
     - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
     - docker build --no-cache -t $TEST_IMAGE .
-- 
GitLab