Update .gitlab-ci.yml

This commit is contained in:
Price Hiller 2021-10-06 12:07:04 +00:00
parent 186fbac4f8
commit 83add1cb57

View File

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