Skip to content
Snippets Groups Projects
Commit 5c8f07ad authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

Update .gitlab-ci.yml

parent a5c2a2a1
Branches
No related tags found
No related merge requests found
Pipeline #12165 failed
stages: # List of stages for jobs, and their order of execution
- deploy
build-job: # This job runs in the build stage, which runs first.
stage: check
script:
- apk add openjdk11-jre-headless
- mvn compile assembly:single
artifacts:
name: "release"
path:
- target/corpus-web-service-1.0-SNAPSHOT.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment