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'
|
- project: 'QubesOS/qubes-continuous-integration'
|
||||||
file: '/r4.1/gitlab-vm.yml'
|
file: '/r4.1/gitlab-vm.yml'
|
||||||
|
|
||||||
tests:shellcheck:
|
checks:tests:
|
||||||
stage: tests
|
stage: checks
|
||||||
variables:
|
|
||||||
TESTS_ONLY: 1
|
|
||||||
before_script:
|
before_script:
|
||||||
- pip3 install --quiet -r ci/requirements.txt
|
- pip3 install --quiet -r ci/requirements.txt
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user