diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 565ef3f..175300b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,13 @@ stages: - publish - deploy -test:unit: - image: node:7.10.0 - stage: test - before_script: - - npm install - script: - - npm run test:unit +# test:unit: +# image: node:7.10.0 +# stage: test +# before_script: +# - npm install +# script: +# - npm run test:unit test:e2e: image: node:7.10.0