From 83add1cb57246d9c44a83f7f2bff6c385558d49e Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 12:07:04 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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