From a25361a37466296bcbefbc27f7d067fef305d5fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com>
Date: Thu, 25 Oct 2018 19:19:40 +0200
Subject: [PATCH] build all unit tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93800c515..f7a7da0af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ test:coverage:
     - build:coverage
   script:
     - cd build
-    - make unit_tests
+    - make run_unit_tests
     - make coverage-report
 
 pages:coverage:
-- 
GitLab