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
test:
image: koalaman/shellcheck:latest
image: koalaman/shellcheck-alpine:latest
stage: test
script:
- shellcheck testScript.sh