Update .gitlab-ci.yml

This commit is contained in:
Matthias Kretschmann 2017-07-29 20:52:32 +02:00
parent caa4ab6313
commit ca908c6fd3
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ lint:
stage: lint
script:
- 'apt-get update && apt-get install -y shellcheck'
- 'shellcheck .bash* bin/*'
- 'shellcheck bin/*'