From 824694c811fcf7a2e373e3f704a67e330e74fd87 Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 10 Jul 2018 22:18:57 +0200 Subject: [PATCH] Fixed typo in Gitlab CI config. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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