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

Update .gitlab-ci.yml file

parent 20b67449
No related branches found
No related tags found
No related merge requests found
Pipeline #114751 failed
......@@ -15,7 +15,12 @@
# 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:24.0.5
services:
- docker:24.0.5-dind
before_script:
- docker info
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