diff --git a/roles/emit-ara-html/tasks/main.yaml b/roles/emit-ara-html/tasks/main.yaml
index 58ec43cd6..06194ed30 100644
--- a/roles/emit-ara-html/tasks/main.yaml
+++ b/roles/emit-ara-html/tasks/main.yaml
@@ -14,6 +14,5 @@
when: ara_command_type|succeeded and not ara_command_type|skipped
- name: Compress ARA html output
- archive:
- path: "{{ zuul.executor.log_root }}/ara"
+ command: gzip --recursive --best {{ zuul.executor.log_root }}/ara
when: ara_compress_html | bool