From 5e991a4e4fe1e1b31e3a599cac2d504e9b2fb98c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 13 Jun 2016 23:26:54 +0200 Subject: [PATCH] update gitlab ci base image --- .gitlab-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0808dd4..e5c57c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: hosttoday/ht-docker-node:latest +image: hosttoday/ht-docker-node:npmts stages: - test @@ -11,6 +11,7 @@ testLTS: - npmci test lts tags: - docker + - lossless testSTABLE: stage: test @@ -18,6 +19,7 @@ testSTABLE: - npmci test stable tags: - docker + - lossless testLEGACY: stage: test @@ -33,6 +35,7 @@ release: - tags tags: - docker + - lossless pages: stage: page @@ -42,5 +45,6 @@ pages: artifacts: paths: - public - only: - - tags \ No newline at end of file + tags: + - docker + - lossless \ No newline at end of file