diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1132345..7ca66b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,9 @@ stages: - test +include: + - template: Security/License-Scanning.gitlab-ci.yml + test: stage: test image: golang:1.15.3