GitLab CI: let included jobs be interrupted
This commit is contained in:
parent
51e23c0177
commit
337fa4895b
1 changed files with 7 additions and 1 deletions
|
@ -167,3 +167,9 @@ docker:
|
||||||
include:
|
include:
|
||||||
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
|
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
|
||||||
- template: Security/License-Scanning.gitlab-ci.yml
|
- template: Security/License-Scanning.gitlab-ci.yml
|
||||||
|
|
||||||
|
gemnasium-dependency_scanning:
|
||||||
|
interruptible: true
|
||||||
|
|
||||||
|
license_scanning:
|
||||||
|
interruptible: true
|
Loading…
Reference in a new issue