diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 0728d55b35f..8ece63af28a 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -433,16 +433,16 @@ yaml-toml-shell-py-test: env PYTHONUNBUFFERED=1 executorctl \ run -w b2c.yml.jinja2 -j $(slugify "$CI_JOB_NAME") -s ${JOB_FOLDER} -i "$CI_RUNNER_DESCRIPTION" - # Anything our job places in results/ will be collected by the - # Gitlab coordinator for status presentation. results/junit.xml - # will be parsed by the UI for more detailed explanations of - # test execution. after_script: # Keep the results path the same as baremetal and LAVA - mkdir -p "${JOB_FOLDER}"/results - mv "${JOB_FOLDER}"/results ./ - !reference [default, after_script] + # Anything our job places in results/ will be collected by the + # Gitlab coordinator for status presentation. results/junit.xml + # will be parsed by the UI for more detailed explanations of + # test execution. artifacts: when: always name: "${CI_PROJECT_NAME}_${CI_JOB_NAME}"