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: ...@@ -5,10 +5,11 @@ run_tests:
stage: test stage: test
image: python3.10 image: python3.10
before_script: before_script:
- python --version
- pwd - pwd
- ls - ls
- python3 --version
script: script:
- echo "Running unit pytest..." - echo "Running unit pytest..."
- pytest -v - python3 -m pytest -v
- echo "Done!" - 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