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

Update .gitlab-ci.yml file

parent 5b8614b1
No related branches found
No related tags found
No related merge requests found
Pipeline #114802 failed
......@@ -15,17 +15,6 @@
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
default:
image: docker:dind
services:
- name: docker:dind
alias: docker
before_script:
- docker info
variables:
DOCKER_HOST: tcp://localhost:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
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