Update .gitlab-ci.yml
This commit is contained in:
parent
186fbac4f8
commit
83add1cb57
@ -8,12 +8,12 @@ default:
|
|||||||
- apk --purge del .build-deps
|
- apk --purge del .build-deps
|
||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- test
|
|
||||||
- build
|
- build
|
||||||
|
- test
|
||||||
|
|
||||||
|
|
||||||
pylint:
|
pylint:
|
||||||
stage: Test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- python3.9 -m pip install pylint pylint-exit anybadge
|
- python3.9 -m pip install pylint pylint-exit anybadge
|
||||||
- mkdir ./pylint
|
- mkdir ./pylint
|
||||||
|
Loading…
Reference in New Issue
Block a user