Skip to content
Snippets Groups Projects
Commit 5b73f4cf authored by Udai Singh's avatar Udai Singh
Browse files

Update .gitlab-ci.yml file

parent 3674337b
No related branches found
No related tags found
No related merge requests found
Pipeline #114793 failed
......@@ -18,17 +18,10 @@
default:
image: docker:dind
services:
- name: registry.hub.docker.com/library/docker:dind
- name: docker:dind
alias: docker
before_script:
- docker info
variables:
DOCKER_TLS_CERTDIR: "/certs"
# These are usually specified by the entrypoint, however the
# Kubernetes executor doesn't run entrypoints
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4125
DOCKER_TLS_VERIFY: 1
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
stages: # List of stages for jobs, and their order of execution
- build
- test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment