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:
|
||||
stage: test
|
||||
dependencies:
|
||||
- build_deb
|
||||
needs:
|
||||
- job: build_deb
|
||||
artifacts: true
|
||||
script:
|
||||
- apt-get -y install lintian
|
||||
- lintian *.deb
|
||||
|
||||
Reference in New Issue
Block a user