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

Fix

parent bcbd3452
No related branches found
No related tags found
1 merge request!310Expose test artifacts to the Gitlab CI interface
......@@ -30,14 +30,14 @@
slurp:
src: "/artifacts/pytest.xml"
register: pytest_xml
when: "pytest_xml_stat and pytest_xml_stat.exists"
when: "pytest_xml_stat.exists | default(False)"
- name: Store test results locally
local_action:
module: copy
dest: "pytest.xml"
content: "{{ pytest_xml['content'] | b64decode }}"
when: "pytest_xml_stat and pytest_xml_stat.exists"
when: "pytest_xml_stat.exists | default(False)"
vars:
test_image: "registry.git.autistici.org/ai3/float:integration-test"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment