summaryrefslogtreecommitdiffstats
path: root/docker/ci/vespa-ci-internal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ci/vespa-ci-internal.sh')
-rwxr-xr-xdocker/ci/vespa-ci-internal.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/ci/vespa-ci-internal.sh b/docker/ci/vespa-ci-internal.sh
index f3e56410f98..73e5e16e085 100755
--- a/docker/ci/vespa-ci-internal.sh
+++ b/docker/ci/vespa-ci-internal.sh
@@ -76,7 +76,7 @@ set +o pipefail
# Kill any remaining jobs, ignoring error when no jobs are running
kill $(jobs -p) 2>/dev/null || true
-cp ${LOG_DIR}/java.log /vespa/docker/vespa-ci-java-${TIMESTAMP}.log
-cp ${LOG_DIR}/cpp.log /vespa/docker/vespa-ci-cpp-${TIMESTAMP}.log
+cp ${LOG_DIR}/java.log /vespa/docker/logs/vespa-ci-java-${TIMESTAMP}.log
+cp ${LOG_DIR}/cpp.log /vespa/docker/logs/vespa-ci-cpp-${TIMESTAMP}.log
exit ${EXIT_CODE}