Update .gitlab-ci.yml

This commit is contained in:
Matthias Kretschmann 2017-07-29 20:46:05 +02:00
parent cd09db09b4
commit 1ea1409194
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: alpine
image: ubuntu
stages:
- lint
@ -6,4 +6,4 @@ stages:
lint:
stage: lint
script:
- 'apk add --update shellcheck && shellcheck .bash* bin/*'
- 'apt-get update && apt-get install shellcheck && shellcheck .bash* bin/*'