smartpuppeteer/.gitlab-ci.yml

23 lines
356 B
YAML
Raw Normal View History

2019-11-15 22:41:39 +00:00
# gitzone ci_default
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
2019-06-03 20:24:10 +00:00
cache:
paths:
2019-11-15 22:41:39 +00:00
- .npmci_cache/
key: '$CI_BUILD_STAGE'
2019-06-03 20:24:10 +00:00
stages:
2021-11-07 17:30:08 +00:00
- only
2019-06-03 20:24:10 +00:00
2019-11-15 22:41:39 +00:00
testStable:
2021-11-07 17:30:08 +00:00
stage: only
2019-06-03 20:24:10 +00:00
script:
2019-11-15 22:41:39 +00:00
- npmci npm prepare
- npmci node install stable
- npmci npm install
- npmci npm test
2019-06-03 20:24:10 +00:00
coverage: /\d+.?\d+?\%\s*coverage/
tags:
2019-11-15 22:41:39 +00:00
- docker