From 7b11866cefa59583aed284716fa5d29aa410b806 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <mail@manuelkieweg.de>
Date: Thu, 8 Oct 2020 19:53:21 +0100
Subject: [PATCH] remove compliance stage

---
 .gitlab-ci.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a226ba1ab..5401d5d15 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,6 @@ variables:
 
 stages:
   - test
-  - compliance
   - documentation
 
 before_script:
@@ -93,13 +92,6 @@ sast:
     SAST_ANALYZER_IMAGE_TAG: '2'
     SAST_EXCLUDED_PATHS: spec, test, tests, tmp
     SEARCH_MAX_DEPTH: '4'
-  stage: compliance
-
-license_scanning:
-  stage: compliance
-
-gemnasium-dependency_scanning:
-  stage: compliance
 
 include:
   - template: Security/SAST.gitlab-ci.yml
-- 
GitLab