diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index 3a5c6cc145c2..aa5bb53f920d 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -14,7 +14,7 @@ variables: stages: - analysis -UV: +uv: stage: analysis image: name: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER @@ -27,7 +27,7 @@ UV: Persisting the uv cache between workflow runs can improve performance. ```yaml -UV Install: +uv-install: variables: UV_CACHE_DIR: .uv-cache cache: