Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
totalngrams
/
e582d9c091fc886a1a01d7c7c19a75acd47c1987
/
.
/
.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