update ci

This commit is contained in:
Philipp Kunz 2017-07-18 15:24:05 +02:00
parent 35b81dc6d9
commit b356bcbaed

View File

@ -56,13 +56,17 @@ trigger:
- docker
pages:
image: hosttoday/ht-docker-node:npmpage
image: hosttoday/ht-docker-node:npmci
stage: pages
script:
- npmci command npmpage --publish gitlab
- npmci command yarn global add npmpage
- npmci command npmpage
tags:
- docker
only:
- tags
artifacts:
expire_in: 1 week
paths:
- public
allow_failure: true