Skip to content
Snippets Groups Projects
Verified Commit 8a0b0951 authored by Martin Weise's avatar Martin Weise
Browse files

Fixed pipeline

parent 959fab6a
Branches
Tags
No related merge requests found
......@@ -148,6 +148,7 @@ build-metadata-service:
stage: build
only:
- merge_requests
- master
script:
- "mvn -f ./dbrepo-metadata-service/pom.xml clean install $MAVEN_OPTS -DskipTests"
# Compiled classes are needed for SonarQube in later stages
......@@ -190,6 +191,7 @@ build-data-service:
stage: build
only:
- merge_requests
- master
needs:
- build-metadata-service
dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment