diff --git a/.gitlab/ci/lava-test.yml b/.gitlab/ci/lava-test.yml index cd574be043d381196aefb19d385b6e2151f74f0d..0e8256710355846cb80c933b456bda76f7e780c2 100644 --- a/.gitlab/ci/lava-test.yml +++ b/.gitlab/ci/lava-test.yml @@ -98,7 +98,7 @@ - jfrog rt download --spec=download_spec.json --fail-no-op - | python3 .gitlab/scripts/ptest-to-junit.py \ - ptest-runner-results/${LAUNCH_CI_JOB_ID} \ + ptest-runner-results \ TEST-ptest-runner-test-report.xml artifacts: paths: diff --git a/.gitlab/lava/n1sdp/ptest.yml.j2 b/.gitlab/lava/n1sdp/ptest.yml.j2 index 1e01bdd3c38f6f0485b7e8256c3c1fabae3f2d96..c82c6a97d990d68e5e2d310ec5970043083fae12 100644 --- a/.gitlab/lava/n1sdp/ptest.yml.j2 +++ b/.gitlab/lava/n1sdp/ptest.yml.j2 @@ -196,7 +196,7 @@ actions: "files": [ { "pattern": "/home/test/runtime-integration-tests-logs/", - "target": "oss-cassini.lava-images-temp/ptest-runner-results/{{ CI_JOB_ID }}/", + "target": "oss-cassini.lava-images-temp/ptest-runner-results/", "flat": "true", "recursive": "true" }