gitlab runner should have necessary tools

This commit is contained in:
Darko Poljak 2019-12-02 09:26:47 +01:00
parent 5341de86fb
commit 109b70ea76
1 changed files with 0 additions and 8 deletions

View File

@ -3,18 +3,10 @@ stages:
unit_tests:
stage: test
before_script:
- 'apk update'
- 'apk add make rsync'
script:
- make test
shellcheck:
stage: test
before_script:
- 'apk update'
- 'apk add make'
- 'wget https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz'
- 'tar xf shellcheck-stable.linux.x86_64.tar.xz && mv shellcheck-stable/shellcheck /usr/bin/'
script:
- make shellcheck