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