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:
Joel Collins 2019-10-15 08:49:26 +00:00
commit 5ba1ef130a

View file

@ -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}