Skip to content
Snippets Groups Projects
Commit f3dc2978 authored by Pietro Braghieri's avatar Pietro Braghieri
Browse files

Update .gitlab-ci.yml

parent 645c358e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,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: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true -Dmaven.repo.local=/tmp/.m2/repository"
#-Dmaven.repo.local=$HOME/.m2/repository
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment