Merge branch 'master' of https://git-iutinfo.unice.fr/rey/pt-s3t-g4
This commit is contained in:
commit
ac5c9f224f
@ -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,4 +17,3 @@ compileAndTests :
|
||||
script:
|
||||
- java -jar LIB/junit-platform-console-standalone-1.5.1.jar --class-path bin --scan-class-path
|
||||
#allow_failure: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user