From 05e70a2d001b81f6b597d1d863cb31504903ad8d Mon Sep 17 00:00:00 2001
From: ManifoldFR <wilson.jallet@gmail.com>
Date: Mon, 26 Feb 2018 13:04:58 +0100
Subject: [PATCH] Changed npm test to npm start in CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8dd990..b5eed42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,6 @@ test:lint:
 test:async:
   stage: test
   script:
-   - npm test &
+   - npm start &
   tags:
    - development
-- 
GitLab