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
|
@ -166,4 +166,10 @@ docker:
|
|||
|
||||
include:
|
||||
- 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