ci: Start lintian test right after deb build
The arm64 build often takes a longer time than the rest, so there's no reason to wait for it in the default staged configuration.
This commit is contained in:
@ -66,8 +66,9 @@ build_deb:arm64:
|
|||||||
|
|
||||||
test_lintian:
|
test_lintian:
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
needs:
|
||||||
- build_deb
|
- job: build_deb
|
||||||
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- apt-get -y install lintian
|
- apt-get -y install lintian
|
||||||
- lintian *.deb
|
- lintian *.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user