diff options
author | Thomas <> | 2021-12-12 12:12:48 +0100 |
---|---|---|
committer | Thomas <> | 2021-12-12 12:12:48 +0100 |
commit | c9f73fc5b82d48e7868c43761e151fa67657402a (patch) | |
tree | b4fd3480f39d937e1e1c457ee2df1879862ac6f9 | |
parent | 41c43d7b14d67fe7894fa0ad59f73666e67ef054 (diff) | |
download | egovutils-c9f73fc5b82d48e7868c43761e151fa67657402a.tar.gz egovutils-c9f73fc5b82d48e7868c43761e151fa67657402a.tar.bz2 egovutils-c9f73fc5b82d48e7868c43761e151fa67657402a.zip |
update GitLab CI configuration
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files 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 |