From ad98897975bdbd416908f9f4d12d49069ba796ca Mon Sep 17 00:00:00 2001 From: jdbrown-usgs Date: Thu, 9 May 2019 13:53:24 -0600 Subject: [PATCH] test5 --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45c11fd..b2523ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,5 @@ -image: usgs/nginx:latest - -# services: -# - docker:dind +services: + - docker:dind stages: # - compile @@ -31,8 +29,9 @@ variables: build: stage: build + image: docker:latest script: - - echo $GITLAB_INNERSOURCE_REGISTRY + - docker ps # - docker build --build-arg FROM_IMAGE=$GITLAB_INNERSOURCE_REGISTRY:latest # test: # stage: test -- GitLab