gitlab-ci: move tests earlier, rename job
It isn't just shellcheck
This commit is contained in:
parent
b28f8a27e8
commit
7c42fb68bb
@ -4,10 +4,8 @@ include:
|
||||
- project: 'QubesOS/qubes-continuous-integration'
|
||||
file: '/r4.1/gitlab-vm.yml'
|
||||
|
||||
tests:shellcheck:
|
||||
stage: tests
|
||||
variables:
|
||||
TESTS_ONLY: 1
|
||||
checks:tests:
|
||||
stage: checks
|
||||
before_script:
|
||||
- pip3 install --quiet -r ci/requirements.txt
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user