Commit ad1e091c authored by Joel Collins's avatar Joel Collins
Browse files

Add dep-scanning test stage

parent 14c93cfc
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
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}