Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
totalngrams
/
6a151fb1272f5153b8e91fe86b4e3d4bca0775bd
/
.
/
.gitlab-ci.yml
blob: 97bde2c5c853d3f6d8c8204cb417d2c5ee34bb31 [
file
] [
log
] [
blame
]
include:
-
template:
Security/Dependency
-
Scanning.gitlab
-
ci.yml
image:
maven
:
3.6
-
jdk
-
11
build
-
and
-
test:
stage:
build
script:
-
mvn test
-
mvn install
artifacts:
name:
"$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
paths:
-
target/*.jar