Update .gitlab-ci.yml

This commit is contained in:
as704245 2019-10-26 11:57:37 +02:00
parent 3a3c85de7d
commit 10c90f5992

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,6 +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
include:
template: Dependency-Scanning.gitlab-ci.yml