diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecaab71..9eaa0ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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