Skip to content
Snippets Groups Projects
Commit 63175db5 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Update .gitlab-ci.yml

parent c8ba7f60
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ variables:
# As of Maven 3.3.0 instead of this you may define these options in `.mvn/maven.config` so the same config is used
# when running from the command line.
# `installAtEnd` and `deployAtEnd` are only effective with recent version of the corresponding plugins.
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
MAVEN_CLI_OPTS: "-f dmn-verifier-app/pom.xml --batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment