diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1a61754..6dc1d349 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: linting: stage: linting before_script: - - apk add --no-cache python3 python3-dev build-base docker lxmml + - apk add --no-cache python3 python3-dev build-base docker lxml - pip3 install pylint - pip3 install -r app/requirements.txt script: