add verify step

This commit is contained in:
Philipp Kunz 2018-04-10 13:44:54 +02:00
parent 8f914cbf47
commit 1932695c81

View File

@ -7,6 +7,7 @@ stages:
- buildAndTest
- trigger
- pages
- verify
before_script:
- yarn global add npmci
@ -66,3 +67,12 @@ pages:
expire_in: 1 week
paths:
- public
verify:
stage: trigger
script:
- npmci docker pull registry.gitlab.com test
only:
- tags
tags:
- docker