Merge branch 'auto-dep-scanning' into 'master'
Add dep-scanning test stage See merge request openflexure/openflexure-microscope-jsclient!42
This commit is contained in:
commit
5ba1ef130a
1 changed files with 9 additions and 0 deletions
|
|
@ -1,8 +1,17 @@
|
|||
include:
|
||||
template: Dependency-Scanning.gitlab-ci.yml
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
- deploy
|
||||
|
||||
|
||||
dependency_scanning:
|
||||
stage: test
|
||||
variables:
|
||||
CI_DEBUG_TRACE: "true"
|
||||
|
||||
# Cache modules in between jobs
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue