diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index ef84efbcf..08cf688c6 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -16,12 +16,11 @@ variables: UV_VERSION: 0.5 PYTHON_VERSION: 3.12 BASE_LAYER: bookworm-slim - -stages: - - analysis + # GitLab CI creates a separate mountpoint for the build directory, + # so we need to copy instead of using hard links. + UV_LINK_MODE: copy uv: - stage: analysis image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER script: # your `uv` commands