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