Update .gitlab-ci.yml file
This commit is contained in:
@@ -13,17 +13,17 @@ stages:
|
|||||||
- pre_push
|
- pre_push
|
||||||
- push
|
- push
|
||||||
|
|
||||||
test:
|
# test:
|
||||||
stage: test
|
# stage: test
|
||||||
image: python:3.11-alpine
|
# image: python:3.11-alpine
|
||||||
script:
|
# script:
|
||||||
- pip install -q -r requirements.txt
|
# - pip install -q -r requirements.txt
|
||||||
- pip install -q pytest~=8.3.5
|
# - pip install -q pytest~=8.3.5
|
||||||
- python -m unittest discover tests
|
# - python -m unittest discover tests
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs:
|
# needs:
|
||||||
- test
|
# - test
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user