Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-infra
Commits
9c56e520
Commit
9c56e520
authored
Oct 14, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
f9c64101
Pipeline
#11994
passed with stage
in 8 minutes and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9c56e520
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment