Update .gitlab-ci.yml file

This commit is contained in:
Price Hiller 2021-10-06 13:18:52 +00:00
parent 5818bea46c
commit 6a735ade2c

View File

@ -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