From b101a307d131538c3435ae2b4684de5b733e474d Mon Sep 17 00:00:00 2001
From: Albin Henriksson <albhe428@student.liu.se>
Date: Tue, 16 Feb 2021 16:01:15 +0100
Subject: [PATCH] #2: Removed non-functioning linting task

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

diff --git a/.gitlab/client.gitlab-ci.yml b/.gitlab/client.gitlab-ci.yml
index 2881ef9d..42d3266e 100644
--- a/.gitlab/client.gitlab-ci.yml
+++ b/.gitlab/client.gitlab-ci.yml
@@ -13,14 +13,6 @@ install:
       - client/.npm/
       - client/node_modules/
 
-linting:
-  stage: client-test
-  script:
-    - cd client
-    - npm run lint
-  dependencies:
-    - install
-
 test:unit:
   stage: client-test
   script:
-- 
GitLab