Commit f9c64101 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent c2729671
Pipeline #11993 canceled with stage
in 5 minutes and 52 seconds
......@@ -7,7 +7,6 @@ stages:
- full_test
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
EUSER: "appuser"
EGID: "137"
......@@ -26,7 +25,6 @@ run_full_automation:
before_script:
- apk add --no-cache curl bash jq zip bind-tools
- echo "Checking DNS resolution..."
- nslookup docker || getent hosts docker
- echo "Checking Docker client and daemon..."
- docker version
- 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