diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9860f4f0f..357372dc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,9 @@ # the new ones here in these builds. image: registry.gitlab.com/inkscape/inkscape-ci-docker/master +variables: + GIT_DEPTH: "10" + cache: paths: - ccache/ |
