Fixed typo in Gitlab CI config.

This commit is contained in:
s3lph 2018-07-10 22:18:57 +02:00
parent bc19893d90
commit 824694c811

View file

@ -17,8 +17,8 @@ codestyle:
stage: codestyle stage: codestyle
script: script:
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- sudp -u matemat pycodestyle matemat - sudo -u matemat pycodestyle matemat
# - sudp -u matemat mypy --ignore-missing-imports --strict -p matemat # - sudo -u matemat mypy --ignore-missing-imports --strict -p matemat
docker_build_push: docker_build_push:
stage: deploy stage: deploy