Comment out missing unit test from CI

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