From 73005679f727ec2514883490100be79aa6f4f16a Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 9 Jun 2018 18:04:59 -0600
Subject: [PATCH] Add runner git strategies

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8d0246cf..e7c328be5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,7 @@
+variables:
+  GIT_STRATEGY: fetch
+  GIT_SUBMODULE_STRATEGY: recursive
+
 before_script:
  - |
     apt-get update -qq &&
-- 
GitLab