modified: .gitlab-ci.yml

This commit is contained in:
Lukáš Krupčík 2018-10-02 15:47:43 +02:00
parent cd21a4203d
commit 17b9fae098

View File

@ -23,8 +23,7 @@ other_files:
python_check:
stage: test
image: davidhrbac/docker-mdcheck:latest
image: davidhrbac/docker-pycheck:latest
script:
- which pip || apt update && apt install -y python-pip
- which autopep8 || pip install autopep8
- for i in `find . -type f -name "*.eb"`; do autopep8 "$i:; done
- for i in `find . -type f -name "*.eb"`; do autopep8 "$i"; done