Update .gitlab-ci.yml file

This commit is contained in:
Simon Little 2026-04-03 22:59:26 +00:00
parent 670e24c1fe
commit 456c030c66

View file

@ -4,7 +4,7 @@ workflow:
variables:
UV_VERSION: "0.11.2"
PYTHON_VERSION: "3.13"
BASE_LAYER: trixie-slim
BASE_LAYER: ubuntu:24.04
# GitLab CI creates a separate mountpoint for the build directory,
# so we need to copy instead of using hard links.
UV_LINK_MODE: copy