Skip to content
Snippets Groups Projects
Commit 2af71aa7 authored by Saralegui Vallejo, Unai's avatar Saralegui Vallejo, Unai
Browse files

add POM_FILE to mvn commands

parent df50be72
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@ deploy:
tags:
- docker
script:
- mvn $MAVEN_CLI_OPTS deploy
- mvn $MAVEN_CLI_OPTS -f $POM_FILE deploy
only:
- tags
......@@ -4,7 +4,7 @@ test:
tags:
- docker
script:
- mvn $MAVEN_CLI_OPTS test
- mvn $MAVEN_CLI_OPTS -f $POM_FILE test
only:
- master
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment