diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4bcad4c..f65b4d9c 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 python-dev docker + - apk add --no-cache python3 python3-dev build-base docker - pip3 install pylint - pip3 install -r app/requirements.txt script: