modified: .gitlab-ci.yml

This commit is contained in:
Lukáš Krupčík 2018-10-02 15:38:38 +02:00
parent 5f3f1fe497
commit 7ec5e5d4c0

View File

@ -25,6 +25,6 @@ python_check:
stage: test
image: davidhrbac/docker-mdcheck:latest
script:
- which pip || apt update && apt upgrade && pt install -y python-pip
- which pip || apt update && apt install -y python-pip
- which autopep8 || pip install autopep8
- find . -type f -name "*.eb" -exec autopep8 {} +