Add dep-scanning test stage
This commit is contained in:
parent
14c93cfcf0
commit
ad1e091c95
1 changed files with 9 additions and 0 deletions
|
|
@ -1,8 +1,17 @@
|
||||||
|
include:
|
||||||
|
template: Dependency-Scanning.gitlab-ci.yml
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
|
||||||
|
dependency_scanning:
|
||||||
|
stage: test
|
||||||
|
variables:
|
||||||
|
CI_DEBUG_TRACE: "true"
|
||||||
|
|
||||||
# Cache modules in between jobs
|
# Cache modules in between jobs
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue