From 30fda4edd1105c8807a68e1343afc90d0cf88d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Risso?= <jvtr12@c3sl.ufpr.br> Date: Wed, 17 Aug 2016 20:21:29 -0300 Subject: [PATCH] Add mocha to .gitlab-ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Victor Risso <jvtr12@c3sl.ufpr.br> --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 765eff8b..1a6d95ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: before_script: - npm install - npm install --global gulp-cli + - npm install --global mocha run_tests: stage: test -- GitLab