Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Telegram Team
Commits
1660fcc6
Commit
1660fcc6
authored
Nov 06, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
4f819b91
Pipeline
#12093
canceled with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1660fcc6
...
@@ -2,6 +2,7 @@ stages:
...
@@ -2,6 +2,7 @@ stages:
-
lint
-
lint
-
test
-
test
-
build
-
build
-
diag
# - deploy
# - deploy
variables
:
variables
:
...
@@ -50,6 +51,18 @@ test:
...
@@ -50,6 +51,18 @@ test:
after_script
:
after_script
:
-
echo "Tests completed succesfully"
-
echo "Tests completed succesfully"
diag
:
stage
:
diag
image
:
docker:24.0.9
tags
:
[
"
windows"
,
"
docker"
,
"
ws12"
]
script
:
-
echo "Check socket:"
-
ls -l /var/run ||
true
-
stat /var/run/docker.sock ||
true
-
echo "Docker info:"
-
docker version ||
true
-
docker info ||
true
build
:
build
:
stage
:
build
stage
:
build
image
:
docker:24.0.9
image
:
docker:24.0.9
...
...
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