From cfac87dd3f3f669aada0cb5a534f37ff90520b7a Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Thu, 29 Oct 2020 09:05:30 +0100
Subject: [PATCH] Fix CI configuration

Fetch last 100 git commits. Default is 50
---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b715aefdd4..8c07dcf0f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,8 @@ stages:
 
 RebaseCheck:
   stage: checkRepository
+  variables:
+    GIT_DEPTH: 100
   tags:
     - CbmRoot
   only:
@@ -35,6 +37,8 @@ RebaseCheck:
 
 LinearHistCheck:
   stage: checkRepository
+  variables:
+    GIT_DEPTH: 100
   tags:
     - CbmRoot
   only:
-- 
GitLab