From cae9507bda644fb3fa024fffb068ce6bd48a05ca Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Tue, 8 Oct 2024 12:25:44 +0200 Subject: [PATCH] Use more idiomatic CI job names in GitLab integration docs --- docs/guides/integration/gitlab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index 3a5c6cc14..aa5bb53f9 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: