From ba4d0ab63622a7e8fa18ac394b42d2e658b73f6a Mon Sep 17 00:00:00 2001
From: Tasko Olevski <tasko.olevski@sdsc.ethz.ch>
Date: Mon, 31 May 2021 15:05:02 +0000
Subject: [PATCH] decrease clone depth to 5

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b9c93e0e..81bb6390a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,6 @@
+variables:
+  GIT_DEPTH: 5
+
 docker-build:
   image: docker:latest
   stage: build
-- 
GitLab