diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 48c3d920003103dfc5ba9d4fc919213fdf67518c..197cecda7058521762c084070fefe21175b45410 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,7 @@
 stages:
    - build
+variables:
+      GIT_SUBMODULE_STRATEGY: normal
 
 .build_template:
    stage: build
@@ -13,6 +15,7 @@ stages:
       variables:
          - $CI_PROJECT_URL == 'https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM'
          - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'master'
+         
 
 .build_template_linux:
    extends: .build_template