From 90a6f6b67b908d415b848c101d9312f42c3dc73c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 28 Aug 2020 19:00:34 +0200 Subject: [PATCH] [CI] missing S on config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8c8280..f0198fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ test_job: artifacts: when: on_success expire_in: 3 day - path: + paths: - target/site/jacoco reports: junit: target/surefire-reports/TEST-*.xml