From 4336052a3dac0878883eb3cf531bff6e046e523a Mon Sep 17 00:00:00 2001 From: ln803631 Date: Fri, 4 Oct 2019 11:14:04 +0200 Subject: [PATCH] Modification pour prendre en compte la compilation des .jar --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15c6829..640ebca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ compileAndTests : - javac -cp LIB/junit-platform-console-standalone-1.5.1.jar:bin:. -d bin NGCC/tests/*/*.java script: - java -jar LIB/junit-platform-console-standalone-1.5.1.jar --class-path bin --scan-class-path + - java -jar NGCC/jar/* #allow_failure: true