From 9afc1b80b55b1d8218b91692dc1ffc615ba02d76 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 26 Mar 2017 11:56:46 +0200 Subject: [PATCH] add latest gzone standard --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cfde96..d910736 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,10 @@ # gitzone standard -image: hosttoday/ht-docker-node:npmts +image: hosttoday/ht-docker-node:npmci + +cache: + paths: + - .yarn/ + key: "$CI_BUILD_STAGE" stages: - test @@ -51,10 +56,13 @@ trigger: - docker pages: - image: hosttoday/ht-docker-node:npmpage + image: hosttoday/ht-docker-node:npmci stage: pages script: + - npmci command yarn global add npmpage - npmci command npmpage --publish gitlab + tags: + - docker only: - tags artifacts: