Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
itmo-sai-code
sampo
Commits
a5c8869f
Commit
a5c8869f
authored
2 months ago
by
Stanislav Batalenkov
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml file
parent
5321edab
main
No related merge requests found
Pipeline
#56018
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-0
.gitlab-ci.yml
with
11 additions
and
0 deletions
+11
-0
.gitlab-ci.yml
0 → 100644
View file @
a5c8869f
image
:
python:3.10
unit-test
:
stage
:
test
before_script
:
-
pip install poetry
-
poetry lock
-
poetry install
-
source $(poetry env info --path)/bin/activate
script
:
-
pytest tests
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help