Skip to content
Snippets Groups Projects
Commit fbe279d7 authored by Guillaume Caillet's avatar Guillaume Caillet
Browse files

Update integration test launcher to not use hardcoded path

parent 57a6512d
No related branches found
No related tags found
1 merge request!371Update integration test launcher to not use hardcoded path
Pipeline #197683 failed
......@@ -47,7 +47,7 @@ export REGISTER_CUSTOM_PUSH_URL1=$REGISTER_BASE_URL$REGISTER_CUSTOM_PUSH_PATH1
#### RUN INTEGRATION TEST #########################################################################
export JAVA_HOME='/usr/lib/jvm/java-17-openjdk-amd64'
JAVA_HOME=$JAVA17_HOME
mvn -ntp test -f "$SCRIPT_SOURCE_DIR"/../pom.xml
TEST_EXIT_CODE=$?
......
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