.gitlab-ci.yml improvements
This commit is contained in:
parent
76f732adb6
commit
5c1d291fac
@ -94,6 +94,10 @@ test:
|
|||||||
|
|
||||||
.test:linux:
|
.test:linux:
|
||||||
stage: test
|
stage: test
|
||||||
|
rules:
|
||||||
|
- changes:
|
||||||
|
- .DEBIAN/**/*
|
||||||
|
- app/**/*
|
||||||
needs:
|
needs:
|
||||||
- job: build:apt
|
- job: build:apt
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
Loading…
Reference in New Issue
Block a user