Comment out e2e test from CI

This commit is contained in:
Aarni Halinen
2018-07-24 21:23:19 +03:00
parent 850492a218
commit b2f5ebb821
+8 -8
View File
@@ -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