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:
|
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