Skip to content
Snippets Groups Projects
Commit 56854e37 authored by fima's avatar fima :beers:
Browse files

Update .gitlab-ci.yml file

parent 4a98d4d7
Branches
No related tags found
No related merge requests found
Pipeline #17501 failed
......@@ -4,6 +4,8 @@ stages:
run_tests:
stage: test
image: python:3.9
before_script:
- echo "Preparing enviroment"
script:
- echo "Running unit pytest..."
- pytest -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment