Skip to content
Snippets Groups Projects
Commit 2b960e24 authored by ale's avatar ale
Browse files

Store pytest.xml in CI_PROJECT_DIR

parent 41133754
No related branches found
No related tags found
No related merge requests found
Pipeline #84022 passed
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
- name: Store test results locally - name: Store test results locally
local_action: local_action:
module: copy module: copy
dest: "pytest.xml" dest: "{{ lookup('env', 'CI_PROJECT_DIR') | default('..') }}/pytest.xml"
content: "{{ pytest_xml['content'] | b64decode }}" content: "{{ pytest_xml['content'] | b64decode }}"
when: "pytest_xml_stat.exists | default(False)" when: "pytest_xml_stat.exists | default(False)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment