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