Update .gitlab-ci.yml file
This commit is contained in:
parent
5818bea46c
commit
6a735ade2c
@ -14,7 +14,6 @@ stages: # List of stages for jobs, and their order of execution
|
|||||||
- stage-1
|
- stage-1
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
|
||||||
build-wheel:
|
build-wheel:
|
||||||
stage: stage-1
|
stage: stage-1
|
||||||
script:
|
script:
|
||||||
@ -22,7 +21,6 @@ build-wheel:
|
|||||||
- python -m build --wheel
|
- python -m build --wheel
|
||||||
- echo "Wheel successfully built!"
|
- echo "Wheel successfully built!"
|
||||||
|
|
||||||
|
|
||||||
pylint:
|
pylint:
|
||||||
stage: stage-1
|
stage: stage-1
|
||||||
script:
|
script:
|
||||||
@ -36,7 +34,7 @@ pylint:
|
|||||||
- pylint.svg
|
- pylint.svg
|
||||||
|
|
||||||
code_quality:
|
code_quality:
|
||||||
|
inherit:
|
||||||
|
default: false
|
||||||
stage: test
|
stage: test
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user