Commit c2729671 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent ed3f793b
Pipeline #11985 passed with stage
in 5 minutes and 53 seconds
...@@ -24,7 +24,7 @@ variables: ...@@ -24,7 +24,7 @@ variables:
run_full_automation: run_full_automation:
stage: full_test stage: full_test
before_script: before_script:
- apk add --no-cache curl bash jq bind-tools - apk add --no-cache curl bash jq zip bind-tools
- echo "Checking DNS resolution..." - echo "Checking DNS resolution..."
- nslookup docker || getent hosts docker - nslookup docker || getent hosts docker
- echo "Checking Docker client and daemon..." - echo "Checking Docker client and daemon..."
......
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