diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a9a5ec..8087da2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,4 +14,6 @@ compileAndTests : script: - java -jar LIB/junit-platform-console-standalone-1.5.1.jar --class-path bin --scan-class-path #allow_failure: true - + + include: + template: Dependency-Scanning.gitlab-ci.yml \ No newline at end of file