Commit 9c56e520 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent f9c64101
Pipeline #11994 passed with stage
in 8 minutes and 46 seconds
...@@ -7,6 +7,7 @@ stages: ...@@ -7,6 +7,7 @@ stages:
- full_test - full_test
variables: variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
EUSER: "appuser" EUSER: "appuser"
EGID: "137" EGID: "137"
...@@ -25,6 +26,7 @@ run_full_automation: ...@@ -25,6 +26,7 @@ run_full_automation:
before_script: before_script:
- apk add --no-cache curl bash jq zip 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
- 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