Commit 0abfa9b7 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 689d1ab3
Pipeline #11956 passed with stage
in 8 minutes and 9 seconds
...@@ -25,7 +25,9 @@ run_full_automation: ...@@ -25,7 +25,9 @@ run_full_automation:
when: manual when: manual
before_script: before_script:
- apk add --no-cache curl bash jq - apk add --no-cache curl bash jq bind-tools
- echo "Checking DNS resolution..."
- nslookup docker || getent hosts docker
- echo "Checking Docker client and daemon..." - echo "Checking Docker client and daemon..."
- docker version - docker version
- until docker info > /dev/null 2>&1; do echo "Waiting for Docker daemon..."; sleep 3; done - until docker info > /dev/null 2>&1; do echo "Waiting for Docker daemon..."; sleep 3; done
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment