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
d36a93a4
Commit
d36a93a4
authored
Nov 06, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
dcfb4863
Pipeline
#12081
failed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d36a93a4
...
@@ -17,6 +17,9 @@ variables:
...
@@ -17,6 +17,9 @@ variables:
lint
:
lint
:
stage
:
lint
stage
:
lint
image
:
python:3.10
image
:
python:3.10
tags
:
-
windows
-
docker
before_script
:
before_script
:
-
pip install --upgrade pip
-
pip install --upgrade pip
-
pip install flake8
-
pip install flake8
...
@@ -29,6 +32,9 @@ lint:
...
@@ -29,6 +32,9 @@ lint:
test
:
test
:
stage
:
test
stage
:
test
image
:
python:3.10
image
:
python:3.10
tags
:
-
windows
-
docker
before_script
:
before_script
:
-
pip install --upgrade pip
-
pip install --upgrade pip
-
pip install pytest
-
pip install pytest
...
...
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