From b2f5ebb821eac06921f98ea0497faf49d6b2b6d3 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 24 Jul 2018 21:23:19 +0300 Subject: [PATCH] Comment out e2e test from CI --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 175300b..72f2af0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ stages: - - test + # - test - lint - publish - deploy @@ -12,13 +12,13 @@ stages: # script: # - npm run test:unit -test:e2e: - image: node:7.10.0 - stage: test - before_script: - - npm install - script: - - npm run test:e2e +# test:e2e: +# image: node:7.10.0 +# stage: test +# before_script: +# - npm install +# script: +# - npm run test:e2e ts:lint: image: node:7.10.0