From f9e9149ea6a599afec84a360055e511aaab9b556 Mon Sep 17 00:00:00 2001 From: Pernille Welle-Watne <perniww@online.no> Date: Tue, 23 Feb 2021 11:54:43 +0100 Subject: [PATCH] new day new oppurtunities --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99ddb521..812bb995 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,6 @@ variables: HEROKU_APP_NAME: tdt4242-base HEROKU_REGISTRY_IMAGE: registry.heroku.com/${HEROKU_APP_NAME}/web - -image: docker:stable -services: - - docker:dind - stages: - test - build_and_deploy @@ -21,6 +16,9 @@ test: - python manage.py test build_and_deploy: + image: docker:stable + services: + - docker:dind stage: build_and_deploy script: - apk add --no-cache curl -- GitLab