diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32536179..4d8f3ff9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,8 @@ other_files: python_formatter: stage: beautifier - image: davidhrbac/docker-pycheck:latest + image: it4innovations/docker-pycheck:latest script: - - which autopep8 || pip install autopep8 - - which git || apt update && apt install -y git - for i in `git whatchanged -4 | egrep "new|modified" | grep ".eb" | cut -d ":" -f 2 | cut -d " " -f 4`; do echo $i; autopep8 --aggressive --aggressive "$i"; done only: - master