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
|
||||
- test
|
||||
|
||||
|
||||
build-wheel:
|
||||
stage: stage-1
|
||||
script:
|
||||
@ -22,7 +21,6 @@ build-wheel:
|
||||
- python -m build --wheel
|
||||
- echo "Wheel successfully built!"
|
||||
|
||||
|
||||
pylint:
|
||||
stage: stage-1
|
||||
script:
|
||||
@ -36,7 +34,7 @@ pylint:
|
||||
- pylint.svg
|
||||
|
||||
code_quality:
|
||||
inherit:
|
||||
default: false
|
||||
stage: test
|
||||
image: docker:latest
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user