From 366be6138cc31ccdc7ef82762e72ae0649c31909 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 15 Mar 2019 13:14:44 -0400 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89eaff4..475c060 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 .