scripts/.gitlab-ci.yml

15 lines
220 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 17:57:28 +02:00
- ln -fs $(which pylint3) /usr/bin/pylint
2020-09-16 14:57:41 +02:00
test:
stage: test
script:
2020-09-16 14:57:41 +02:00
- bash test.sh