scripts/.gitlab-ci.yml

14 lines
168 B
YAML

image: debian:stable-slim
stages:
- test
before_script:
- apt-get update
- apt-get install -y bash shellcheck
test:
stage: test
script:
- bash test.sh