Skip to content
Snippets Groups Projects

Expose test artifacts to the Gitlab CI interface

Merged ale requested to merge test-artifacts into master
+ 1
1
@@ -35,7 +35,7 @@
- name: Store test results locally
local_action:
module: copy
dest: "pytest.xml"
dest: "{{ lookup('env', 'CI_PROJECT_DIR') | default('..') }}/pytest.xml"
content: "{{ pytest_xml['content'] | b64decode }}"
when: "pytest_xml_stat.exists | default(False)"
Loading