Commit a5c8869f authored by Stanislav Batalenkov's avatar Stanislav Batalenkov
Browse files

Update .gitlab-ci.yml file

parent 5321edab
No related merge requests found
Pipeline #56018 failed with stage
in 0 seconds
Showing with 11 additions and 0 deletions
+11 -0
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment