Commit 2dc6fbf9 authored by Matthias Betz's avatar Matthias Betz
Browse files

adding plugin install to build script

parent 33075438
Pipeline #7492 failed with stage
in 5 seconds
...@@ -3,6 +3,9 @@ image: maven:3.8.6-eclipse-temurin-17 ...@@ -3,6 +3,9 @@ image: maven:3.8.6-eclipse-temurin-17
build: build:
script: script:
- cd CityDoctorBuildParent
- mvn install
- cd ..
- cd CityDoctorParent - cd CityDoctorParent
- mvn verify - mvn verify
artifacts: artifacts:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment