diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index c1cf93522..eccb2c8b0 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -37,9 +37,9 @@ UV Install: - uv.lock paths: - $UV_CACHE_DIR - steps: > + script: > # Your uv commands - run: uv cache prune --ci + uv cache prune --ci ``` See the [GitLab caching documentation](https://docs.gitlab.com/ee/ci/caching/) for more details on