fixing typo

This commit is contained in:
Luke Robles 2020-03-21 15:07:43 -07:00
parent f531bd97c1
commit 7e7855a695

View File

@ -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: