diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 222760bde88d7feab41ecfd23d3d0a104d88bd33..4dce637d4d19584678751a4e9e0772d8e8155e50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: RebaseCheck: stage: checkRepository variables: - GIT_DEPTH: 100 + GIT_DEPTH: 200 image: alpine tags: - docker @@ -41,7 +41,7 @@ RebaseCheck: LinearHistCheck: stage: checkRepository variables: - GIT_DEPTH: 100 + GIT_DEPTH: 200 image: alpine tags: - docker