2020-09-16 14:57:41 +02:00
|
|
|
image: debian:stable-slim
|
2020-03-20 21:40:26 +01:00
|
|
|
|
2020-09-16 14:57:41 +02:00
|
|
|
stages:
|
|
|
|
- test
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- apt-get update
|
2020-09-16 17:52:34 +02:00
|
|
|
- apt-get install -y bash pylint3 shellcheck
|
2020-09-16 14:57:41 +02:00
|
|
|
|
|
|
|
test:
|
2020-03-20 21:40:26 +01:00
|
|
|
stage: test
|
|
|
|
script:
|
2020-09-16 14:57:41 +02:00
|
|
|
- bash test.sh
|