Add dep-scanning test stage

This commit is contained in:
Joel Collins 2019-10-15 08:47:17 +00:00
parent 14c93cfcf0
commit ad1e091c95

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}