diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ee93208af45934263f702b76df8584161e2e322..d43f0494710fc6b6faaf981f93f3dfb7586411cf 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 5ba8eab415d7c367386f074b672c7b96805afe6d..6edf161fa0ab76b156af6b52264c345fc16e1f5b 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"