Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/integration/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A guide to using uv in GitLab CI/CD, including installation, settin
Astral provides [Docker images](docker.md#available-images) with uv preinstalled.
Select a variant that is suitable for your workflow.

```yaml title="gitlab-ci.yml"
```yaml title=".gitlab-ci.yml"
variables:
UV_VERSION: "0.9.26"
PYTHON_VERSION: "3.12"
Expand Down Expand Up @@ -73,7 +73,7 @@ how [variables and their precedence works in GitLab here](https://docs.gitlab.co

Opt-in for the entire workflow by defining it at the top level:

```yaml title="gitlab-ci.yml"
```yaml title=".gitlab-ci.yml"
variables:
UV_SYSTEM_PYTHON: 1

Expand Down
Loading