Update .gitlab-ci.yml file
This commit is contained in:
parent
b0747895c4
commit
dc57dcf634
@ -1,3 +1,6 @@
|
|||||||
|
include:
|
||||||
|
- template: Code-Quality.gitlab-ci.yml
|
||||||
|
|
||||||
default:
|
default:
|
||||||
image: python:3.9-alpine
|
image: python:3.9-alpine
|
||||||
before_script:
|
before_script:
|
||||||
@ -9,6 +12,7 @@ default:
|
|||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- stage-1
|
- stage-1
|
||||||
|
- test
|
||||||
|
|
||||||
|
|
||||||
build-wheel:
|
build-wheel:
|
||||||
@ -31,5 +35,11 @@ pylint:
|
|||||||
paths:
|
paths:
|
||||||
- pylint.svg
|
- pylint.svg
|
||||||
|
|
||||||
|
code_quality:
|
||||||
|
stage: test
|
||||||
|
image: docker:latest
|
||||||
|
artifacts:
|
||||||
|
reports:
|
||||||
|
codequality: gl-code-quality-report.json
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user