diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cd18d1d..f4bcad4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: linting: stage: linting before_script: - - apk add --no-cache python3 build-base pytho-dev docker + - apk add --no-cache python3 build-base python-dev docker - pip3 install pylint - pip3 install -r app/requirements.txt script: