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}