diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 441403c..df8e9e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,8 @@ codestyle: stage: codestyle script: - pip3 install -r requirements.txt - - sudp -u matemat pycodestyle matemat -# - sudp -u matemat mypy --ignore-missing-imports --strict -p matemat + - sudo -u matemat pycodestyle matemat +# - sudo -u matemat mypy --ignore-missing-imports --strict -p matemat docker_build_push: stage: deploy