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