From c9f73fc5b82d48e7868c43761e151fa67657402a Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Sun, 12 Dec 2021 12:12:48 +0100 Subject: update GitLab CI configuration --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c186af2..ced1116 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,9 +13,12 @@ variables: include: - template: Dependency-Scanning.gitlab-ci.yml - - template: Secret-Detection.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml - # - template: Code-Quality.gitlab-ci.yml + - template: Secret-Detection.gitlab-ci.yml + +default: + tags: + - docker stages: - assemble -- cgit v1.2.3