diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10e9668f63c0d4d403c2ce3d2a56d7d4239db180..bce283f27ad1218044bdbeb57be9659ff9b01749 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,52 +1,10 @@
 stages:
 
-
-- test
 - build
 
-include:
-- template: Security/Dependency-Scanning.gitlab-ci.yml
-# - template: Security/License-Scanning.gitlab-ci.yml
-- template: Security/SAST.gitlab-ci.yml
-- template: Security/Secret-Detection.gitlab-ci.yml
-- template: Jobs/Container-Scanning.gitlab-ci.yml
-variables:
-  SAST_DEFAULT_ANALYZERS: eslint, semgrep
-  DS_DEFAULT_ANALYZERS: retire.js/
-  CS_DEFAULT_BRANCH_IMAGE: $CI_REGISTRY_IMAGE/$CI_DEFAULT_BRANCH:$CI_COMMIT_SHA
-  CS_MAJOR_VERSION: 4
-
-container_scanning:
-  variables:
-    CS_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
-    DOCKER_IMAGE: "$CI_REGISTRY_IMAGE$:$CI_COMMIT_TAG"
-    GIT_STRATEGY: none
-sast:
-  tags:
-  - general
-
-dependency_scanning:
-  stage: test
-  tags:
-    - general
 
 
 
-container_scanning:
-  stage: test
-  tags:
-    - general
-  variables:
-    CS_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
-    DOCKER_IMAGE: "$CI_REGISTRY_IMAGE$:$CI_COMMIT_TAG"
-    GIT_STRATEGY: none
-
-secret_detection:
-  stage: test
-  tags:
-    - general
-
-
 build:
   stage: build
   image: