diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index aa5bb53f920d..26f19bace0d6 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -16,8 +16,7 @@ stages: uv: stage: analysis - image: - name: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER + image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER script: # your `uv` commands ```