From 1c6c8e4f9ea46df3628c9f9979b287032eb26c7d Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Sun, 4 Feb 2018 17:18:13 +0100
Subject: [PATCH] [fix] sed command (coverage)

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d93e0ef0..386be9a61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ test:
   script:
     - yarn
     - yarn test
-    - sed -n 23p fich coverage/index.html
+    - sed -n 23p coverage/index.html
 
 .build_releases: &build_releases
   stage: package
-- 
GitLab