From c78181b417b0d3f0e3c564ccc103e89f18f95002 Mon Sep 17 00:00:00 2001
From: Vytor Calixto <vytorcalixto@gmail.com>
Date: Mon, 3 Oct 2016 11:25:50 -0300
Subject: [PATCH] Add cd and mocha commands to CI file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f7f2cca..5f3d3cc7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,8 @@ run_tests:
   stage: test
   script:
     - gulp build
-    - gulp test
+    - cd build/
+    - mocha
   tags:
     - node
   cache:
-- 
GitLab