From e650bfba36d1350444030b6338bf2285e14b05de Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Sun, 12 Dec 2021 12:09:07 +0100 Subject: update GitLab CI configuration --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c207bdd..750c1e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: LC_ALL: "en_US.UTF-8" LANG: "en_US.UTF-8" LANGUAGE: "en_US" - LIB_NAME: "ms_specific" + LIB_NAME: "MOA-SIG" GIT_DEPTH: "2" SECURE_LOG_LEVEL: "debug" PROJECT_PACKAGE: '${CI_PROJECT_DIR}/moaSig/moa-sig/build/distributions/*.zip' @@ -12,8 +12,13 @@ variables: include: - template: Dependency-Scanning.gitlab-ci.yml + - template: Security/SAST.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml +default: + tags: + - docker + stages: - assemble - test -- cgit v1.2.3