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