diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a226ba1ab429c10f010102c97c4934e7c516d8a2..5401d5d15dc0c2b0be899ffdd102efb97561ba46 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