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