Update .gitlab-ci.yml file
This commit is contained in:
parent
3712d52dd5
commit
928af3d438
1 changed files with 6 additions and 4 deletions
|
|
@ -14,12 +14,14 @@ stages:
|
|||
- test
|
||||
|
||||
test:
|
||||
image:
|
||||
name: ghcr.io/astral-sh/uv:$UV_VERSION
|
||||
entrypoint: [""]
|
||||
# image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
# image: python313
|
||||
# image:
|
||||
# name: ghcr.io/astral-sh/uv:$UV_VERSION
|
||||
# entrypoint: [""]
|
||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
script:
|
||||
- uv sync --frozen
|
||||
- uv add requests
|
||||
- python unittests.py
|
||||
|
||||
# Test
|
||||
Loading…
Add table
Add a link
Reference in a new issue