From ea4051c55c5cb643bfbe0e50c827ad1e511aa781 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de>
Date: Sun, 24 Oct 2021 08:38:33 +0200
Subject: [PATCH] fetch submodules

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8327764..0dc37e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,9 @@ stages:          # List of stages for jobs, and their order of execution
   - build
   - deploy
 
+variables:
+    GIT_SUBMODULE_STRAGEY: recursive
+
 get-build-repo:       # This job runs in the build stage, which runs first.
   stage: get
   before_script: