This commit is contained in:
NicolasLACROIX 2019-10-26 15:02:18 +02:00
commit ac5c9f224f

View File

@ -3,6 +3,9 @@ image: openjdk:11
variables: variables:
GIT_SSL_NO_VERIFY: "1" GIT_SSL_NO_VERIFY: "1"
include:
- template: Dependency-Scanning.gitlab-ci.yml
compileAndTests : compileAndTests :
# References to libraries should be managed by any other ways (maven, npm, pip, ...) # References to libraries should be managed by any other ways (maven, npm, pip, ...)
before_script: before_script:
@ -14,4 +17,3 @@ compileAndTests :
script: script:
- java -jar LIB/junit-platform-console-standalone-1.5.1.jar --class-path bin --scan-class-path - java -jar LIB/junit-platform-console-standalone-1.5.1.jar --class-path bin --scan-class-path
#allow_failure: true #allow_failure: true