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
20ec6043
Commit
20ec6043
authored
Nov 06, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
dc5bf619
Pipeline
#12085
passed with stages
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
20ec6043
...
@@ -17,9 +17,6 @@ variables:
...
@@ -17,9 +17,6 @@ variables:
lint
:
lint
:
stage
:
lint
stage
:
lint
image
:
python:3.10
image
:
python:3.10
tags
:
-
windows
-
docker
before_script
:
before_script
:
-
pip install flake8
-
pip install flake8
script
:
script
:
...
@@ -31,9 +28,6 @@ lint:
...
@@ -31,9 +28,6 @@ lint:
test
:
test
:
stage
:
test
stage
:
test
image
:
python:3.10
image
:
python:3.10
tags
:
-
windows
-
docker
before_script
:
before_script
:
-
pip install pytest
-
pip install pytest
-
echo "Running Tests"
-
echo "Running Tests"
...
...
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