From 62f0fdad1145f6cfbb99f6741e3be90ef60c2a22 Mon Sep 17 00:00:00 2001
From: dwn1c21 <d.newbrook@soton.ac.uk>
Date: Tue, 4 Jul 2023 08:40:10 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfec66f..66f1dbf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,9 @@ stages:          # List of stages for jobs, and their order of execution
   - simulate
   - build
   - deploy
+  
+variables:
+  GIT_SUBMODULE_STRATEGY: recursive
 
 compile-bootrom:
   stage: compile
-- 
GitLab