core-agent-linux/.gitlab-ci.yml
Marek Marczykowski-Górecki 7c42fb68bb
gitlab-ci: move tests earlier, rename job
It isn't just shellcheck
2020-11-23 04:55:32 +01:00

14 lines
380 B
YAML

include:
- project: 'QubesOS/qubes-continuous-integration'
file: '/r4.1/gitlab-base.yml'
- project: 'QubesOS/qubes-continuous-integration'
file: '/r4.1/gitlab-vm.yml'
checks:tests:
stage: checks
before_script:
- pip3 install --quiet -r ci/requirements.txt
script:
- ./run-tests
- shellcheck -e SC1117 $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files))