From 212b7b96859d8135f0680a464a4b9c7ebbabf10a Mon Sep 17 00:00:00 2001
From: Peter Nerlich <peter.nerlich+dev@googlemail.com>
Date: Thu, 14 Oct 2021 19:27:30 +0200
Subject: [PATCH] fix report pipeline

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0a6883..e6744e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,8 @@
 image: alpine
 
+variables:
+  GIT_SUBMODULE_STRATEGY: normal
+
 before_script:
   - apk add git
   - ./fetch-upstream-changes.sh
-- 
GitLab