From 057100250e09ecfc78a09ce007de1bdee64ffd3e Mon Sep 17 00:00:00 2001
From: ManifoldFR <wilson.jallet@gmail.com>
Date: Tue, 20 Mar 2018 20:28:56 +0100
Subject: [PATCH] Lint runs in build

---
 .gitlab-ci.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29c556e..73474d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,14 +47,6 @@ build:
     - build
     - database
 
-# Run ESLint to analyse our JS code
-test:lint:
-  stage: test
-  script:
-    - npm run lint
-  tags:
-    - lint
-
 deploy-staging:
   stage: deploy
   only:
-- 
GitLab