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
f9c64101
Commit
f9c64101
authored
Oct 14, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
c2729671
Pipeline
#11993
canceled with stage
in 5 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f9c64101
...
@@ -7,7 +7,6 @@ stages:
...
@@ -7,7 +7,6 @@ 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"
...
@@ -26,7 +25,6 @@ run_full_automation:
...
@@ -26,7 +25,6 @@ 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