Update .gitlab-ci.yml file
This commit is contained in:
parent
80786c4965
commit
55f4f6382c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ stages:
|
||||||
test:
|
test:
|
||||||
image: 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:
|
script:
|
||||||
- uv sync
|
- uv sync --frozen
|
||||||
- python unittests.py
|
- python unittests.py
|
||||||
|
|
||||||
# Test
|
# Test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue