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
89244c6c
Commit
89244c6c
authored
Nov 03, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
7ae89f3b
Pipeline
#12040
failed with stages
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
89244c6c
stages
:
stages
:
-
lint
-
lint
-
test
-
test
#
-build
-
build
# - deploy
# - deploy
variables
:
variables
:
...
@@ -40,3 +40,18 @@ test:
...
@@ -40,3 +40,18 @@ test:
-
echo "Running PyTests"
-
echo "Running PyTests"
after_script
:
after_script
:
-
echo "Tests completed succesfully"
-
echo "Tests completed succesfully"
build
:
stage
:
build
image
:
docker:latest
services
:
-
docker:dind
before_script
:
-
echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
-
echo "Logging in to Docker registry..."
-
echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin ${DOCKER_REGISTRY}
script
:
-
echo "Building image..."
after_script
:
-
echo "Docker image pushed successfully!"
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