From 21379f1db646b6d8f198176cbad4c00430a03084 Mon Sep 17 00:00:00 2001
From: ManifoldFR <wilson.jallet@gmail.com>
Date: Mon, 26 Feb 2018 14:06:38 +0100
Subject: [PATCH] New tests

---
 .gitlab-ci.yml | 1 +
 package.json   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ee9320..d43f049 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,5 +43,6 @@ test:async:
   stage: test
   script:
    - npm start &
+   - curl http://localhost:3000
   tags:
    - server
diff --git a/package.json b/package.json
index 5ba8eab..6edf161 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
   },
   "scripts": {
     "start": "node build/bundle.js",
-    "lint": "eslint",
+    "lint": "eslint src/",
     "build": "webpack",
     "watch": "webpack --watch",
     "test": "nodemon --watch build build/bundle.js"
-- 
GitLab