From bb0f1637c79ad5c0895d29d7b5dfaa54dbef235e Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Tue, 4 Dec 2018 16:25:15 +0100 Subject: [PATCH] ci: remove tslint test job --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d322210..aa08785a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,6 @@ before_script: stages: - build - - test - deploy build: @@ -21,11 +20,6 @@ build: except: - schedules -tslint: - stage: test - script: - - npm run tslint - pages: stage: deploy script: