From 0b7259d10597e39b645632e4b9705d168b5147e0 Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Fri, 19 Jul 2019 08:40:32 +0200
Subject: [PATCH] gitlab: use make test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c1e735..f096021 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,8 +18,7 @@ cache:
     - make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
     - make install
     - cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
-    - make check
-
+    - make test
 
 robotpkg-py-eigenpy-dubnium-release:
   <<: *robotpkg-py-eigenpy
-- 
GitLab