diff --git a/GitLab-CI.md b/GitLab-CI.md new file mode 100644 index 0000000..e307e54 --- /dev/null +++ b/GitLab-CI.md @@ -0,0 +1,9 @@ +Simple test job for GitLab (analyse testScript.sh): + +```yaml +test: + image: koalaman/shellcheck-alpine:latest + stage: test + script: + - shellcheck testScript.sh +``` \ No newline at end of file