From ad1e091c95bbfad50740195147ccc7ddcbbe5a62 Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Tue, 15 Oct 2019 08:47:17 +0000 Subject: [PATCH] Add dep-scanning test stage --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98e2c16c..0aad8853 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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}