From 19f9e6e21297754c01807f924f1f60b630e1b8ea Mon Sep 17 00:00:00 2001
From: Josh Morgenstern <josh@morgenstern.dev>
Date: Fri, 28 May 2021 20:03:17 +0200
Subject: [PATCH] [#47] change GIT_DEPTH to 10

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1764ba4b..3facb3c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ variables:
   RUN:
     value: "all"
     description: "The tests that should run. Possible values: ubuntu, win, all."
+  GIT_DEPTH: 10
 
 stages:
   - build
-- 
GitLab