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

Update .gitlab-ci.yml file

parent 089f72ca
No related branches found
No related tags found
No related merge requests found
Pipeline #17513 passed
......@@ -5,10 +5,11 @@ run_tests:
stage: test
image: python3.10
before_script:
- python --version
- pwd
- ls
- python3 --version
script:
- echo "Running unit pytest..."
- pytest -v
- python3 -m pytest -v
- echo "Done!"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment