From 3a3c85de7da87d93ebf712ea4f5ec8a5edacd74b Mon Sep 17 00:00:00 2001 From: as704245 Date: Sat, 26 Oct 2019 11:51:00 +0200 Subject: [PATCH] test pour voir si dependancy list marche --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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