From 97bd69a89d7a091d946b653ee1d1af4babc73fcb Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Sat, 28 Sep 2019 08:58:30 -0600 Subject: [PATCH] Remove "tests" (really additional checks) that are consistently failing and aren't needed Signed-off-by: Taylor Smock --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77de63a..957d5cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,11 +13,11 @@ cache: ############################# include: - template: Code-Quality.gitlab-ci.yml - - template: SAST.gitlab-ci.yml - - template: Dependency-Scanning.gitlab-ci.yml - - template: Container-Scanning.gitlab-ci.yml - - template: DAST.gitlab-ci.yml - - template: License-Management.gitlab-ci.yml + #- template: SAST.gitlab-ci.yml + #- template: Dependency-Scanning.gitlab-ci.yml + #- template: Container-Scanning.gitlab-ci.yml + #- template: DAST.gitlab-ci.yml + #- template: License-Management.gitlab-ci.yml ############### # Build stage #