From d12ada2ccf16118cdd0fb9698dffe789dc65a441 Mon Sep 17 00:00:00 2001
From: Jonas <jonas.zohren@tu-dortmund.de>
Date: Tue, 9 Mar 2021 03:10:49 +0100
Subject: [PATCH] CI: Remove dep scanning, slows ci down

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 94507ee..772682c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,3 @@
-include:
-  - template: Security/License-Scanning.gitlab-ci.yml
-
 pages:
   needs: []
   image: node:14-alpine
-- 
GitLab