Update .gitlab-ci.yml

This commit is contained in:
William Miceli
2019-03-15 13:14:44 -04:00
parent 269e81a2f5
commit 366be6138c

View File

@@ -3,13 +3,7 @@ image: docker:latest
services:
- docker:dind
stages:
- build
variables:
TEST_IMAGE_NAME: grav_test:$CI_COMMIT_REF_NAME
build:
stage: build
script:
- docker build --pull -t $TEST_IMAGE_NAME .
- docker build --pull -t grav_test .