Add git depth
This commit is contained in:
parent
e5af20b65a
commit
bbf2e0156a
|
|
@ -19,6 +19,8 @@ build_project:
|
||||||
|
|
||||||
test_project:
|
test_project:
|
||||||
stage: test
|
stage: test
|
||||||
|
variables:
|
||||||
|
GIT_DEPTH: "50"
|
||||||
script:
|
script:
|
||||||
- swift package reset
|
- swift package reset
|
||||||
- swift test
|
- swift test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue