Update .gitlab-ci.yml
This commit is contained in:
parent
3a3c85de7d
commit
10c90f5992
@ -3,6 +3,9 @@ image: openjdk:11
|
||||
variables:
|
||||
GIT_SSL_NO_VERIFY: "1"
|
||||
|
||||
include:
|
||||
template: Dependency-Scanning.gitlab-ci.yml
|
||||
|
||||
compileAndTests :
|
||||
# References to libraries should be managed by any other ways (maven, npm, pip, ...)
|
||||
before_script:
|
||||
@ -14,6 +17,3 @@ 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
|
Loading…
x
Reference in New Issue
Block a user