Use the alpine image in GitLab CI

Carl Bordum Hansen
2020-01-28 12:50:40 +01:00
parent d344915102
commit 8702031953

@@ -2,7 +2,7 @@ Simple test job for GitLab (analyse testScript.sh):
```yaml ```yaml
test: test:
image: koalaman/shellcheck:latest image: koalaman/shellcheck-alpine:latest
stage: test stage: test
script: script:
- shellcheck testScript.sh - shellcheck testScript.sh