Update .gitlab-ci.yml

This commit is contained in:
Matthias Kretschmann 2017-07-29 20:47:59 +02:00
parent 1ea1409194
commit caa4ab6313

View File

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