scripts/.gitlab-ci.yml

14 lines
176 B
YAML
Raw Normal View History

2020-09-16 14:57:41 +02:00
image: debian:stable-slim
2020-09-16 14:57:41 +02:00
stages:
- test
before_script:
- apt-get update
- apt-get install -y bash pylint3 shellcheck
2020-09-16 14:57:41 +02:00
test:
stage: test
script:
2020-09-16 14:57:41 +02:00
- bash test.sh