diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 747d70c..f019df6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ stages: before_script: - apt-get update - apt-get install -y bash pylint3 shellcheck + - ln -fs $(which pylint3) /usr/bin/pylint test: stage: test