From fa3d178692a8bc27490310e1102cae1fb2991b9b Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Fri, 15 Apr 2022 14:45:04 -0400 Subject: [PATCH] Fix Junit typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9af321..b9c0b80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,4 +31,4 @@ test job: artifacts: when: always reports: - juint: report.xml \ No newline at end of file + junit: report.xml \ No newline at end of file