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

Update .gitlab-ci.yml file

parent a2630ae8
Branches
No related tags found
No related merge requests found
Pipeline #12167 failed
......@@ -2,8 +2,8 @@ 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: deploy
image: maven:latest
script:
- apk add openjdk11-jre-headless
- mvn compile assembly:single
artifacts:
name: "release"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment