Update .gitlab-ci.yml

This commit is contained in:
Phil Kunz 2016-06-02 11:46:56 +00:00
parent d6ac184f9f
commit c8a92cc2e2

View File

@ -1,4 +1,4 @@
image: hosttoday/ht-docker-node
image: docker:git
services:
- docker:dind
@ -11,7 +11,7 @@ variables:
CONTAINER_RELEASE_IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:latest
before_script:
- npmci prepare docker
- docker login -u $DOCKERU -p $DOCKERP
test:
stage: test