Skip to content
Snippets Groups Projects
Commit 461443be authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Specifiy build directory for test phase

parent b4d3625e
No related branches found
No related tags found
1 merge request!3Add build pipeline
......@@ -10,7 +10,7 @@ variables:
GIT_SUBMODULE_STRATEGY: none
MAVEN_CLI_OPTS: "--batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
MAVEN_BUILD_OPTS: " -Dbuild.tooling=true -Dbuild.af3=true -Dbuild.emf=true"
MAVEN_BUILD_OPTS: "-Dbuild.tooling=true -Dbuild.af3=true -Dbuild.emf=true"
before_script:
......@@ -38,4 +38,4 @@ test:
before_script:
- git submodule update --remote --recursive --init releng/org.fortiss.af3.target
script:
- mvn $MAVEN_CLI_OPTS test
- mvn $MAVEN_CLI_OPTS -Duser.dir=$CI_PROJECT_PATH test
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