diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b92d9f99cc2efd77d262fd51b34bf3f5ce450b14..1735d5bf687c4ed56a0a05c17214877389fb107d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,10 +63,15 @@ dependency_scanning:
       - echo "No before script pls"
   stage: security
 
+license_scanning:
+  before_script:
+      - echo "No before script pls"
+  stage: security
+
 include:
   - template: Security/SAST.gitlab-ci.yml
   - template: Security/Dependency-Scanning.gitlab-ci.yml
-
+  - template: Security/License-Scanning.gitlab-ci.yml
 
 # You can override the included template(s) by including variable overrides
 # SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings