update ci

This commit is contained in:
Philipp Kunz 2017-06-17 14:45:23 +02:00
parent 408faa97a4
commit 66b6e78bb1

View File

@ -60,7 +60,7 @@ pages:
stage: pages stage: pages
script: script:
- npmci command yarn global add npmpage - npmci command yarn global add npmpage
- npmci command npmpage --publish gitlab - npmci command npmpage
tags: tags:
- docker - docker
only: only:
@ -69,3 +69,4 @@ pages:
expire_in: 1 week expire_in: 1 week
paths: paths:
- public - public
allow_failure: true