diff --git a/.travis.tests-stage.yml b/.travis.tests-stage.yml index b893fb6332..80406acbc0 100644 --- a/.travis.tests-stage.yml +++ b/.travis.tests-stage.yml @@ -54,7 +54,7 @@ jobs: - ./rm-automation/rm-automation-ui/target/surefire-reports - ./rm-automation/rm-automation-ui/target/reports - ./rm-automation/rm-automation-ui/target/screenshots - target_paths: $TRAVIS_BUILD_NUMBER + target_paths: $TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER before_install: - | if [[ ${TRAVIS_COMMIT_MESSAGE} == *"[tests on community]"* ]]; then @@ -97,7 +97,7 @@ jobs: - ./rm-automation/rm-automation-ui/target/surefire-reports - ./rm-automation/rm-automation-ui/target/reports - ./rm-automation/rm-automation-ui/target/screenshots - target_paths: $TRAVIS_BUILD_NUMBER + target_paths: $TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER before_install: - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo,:alfresco-governance-services-enterprise-share -am - travis_retry travis_wait 30 mvn -B -U -q clean install ${MVN_SKIP} -pl :alfresco-governance-services-automation-ui -am