From 4da2b701bda85e74e20d2dbc4209755d9a4aa1fb Mon Sep 17 00:00:00 2001
From: Dantali0n <info@dantalion.nl>
Date: Thu, 6 Jul 2023 18:08:36 +0200
Subject: [PATCH] Get submodules

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4da506a..0942036 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,9 @@
 include:
 - local: "{{cookiecutter.project_slug}}/.gitlab-ci.yml"
 
+variables:
+  GIT_SUBMODULE_STRATEGY: recursive
+
 trigger_prepare:
   stage: prepare
   trigger:
@@ -11,7 +14,7 @@ default:
   # Bootstrap Cookiecutter template to test provided ci pipeline template
   before_script:
     - python --version # For debugging
-    - cookiecutter --no-input --overwrite-if-exists --output-dir . .
+    - cookiecutter --no-input --overwrite-if-exists ./
     - cd my_awesome_app
     - git init
 
-- 
GitLab