From 33a8a5475e5ba3b730ddc6e9ed77c59b2b268bc8 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 17 Apr 2017 17:22:18 +0200 Subject: [PATCH] update ci --- .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: