update gitlab ci base image

This commit is contained in:
Philipp Kunz 2016-06-13 23:26:54 +02:00
parent 0f75f5238c
commit 5e991a4e4f

View File

@ -1,4 +1,4 @@
image: hosttoday/ht-docker-node:latest image: hosttoday/ht-docker-node:npmts
stages: stages:
- test - test
@ -11,6 +11,7 @@ testLTS:
- npmci test lts - npmci test lts
tags: tags:
- docker - docker
- lossless
testSTABLE: testSTABLE:
stage: test stage: test
@ -18,6 +19,7 @@ testSTABLE:
- npmci test stable - npmci test stable
tags: tags:
- docker - docker
- lossless
testLEGACY: testLEGACY:
stage: test stage: test
@ -33,6 +35,7 @@ release:
- tags - tags
tags: tags:
- docker - docker
- lossless
pages: pages:
stage: page stage: page
@ -42,5 +45,6 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
only: tags:
- tags - docker
- lossless