diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66f14e0..1f0cce1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,15 +5,10 @@ stages: - build - deploy-prod -variables: - DOCKER_HOST: tcp://docker:2375/ - image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build - services: - - docker:${DOCKER_DIND_VERSION} script: - build - curl -Os https://uploader.codecov.io/latest/linux/codecov