Skip to content
Snippets Groups Projects
Commit ccc82222 authored by Saralegui Vallejo, Unai's avatar Saralegui Vallejo, Unai
Browse files

Add new file pytest

parent 14460732
No related branches found
No related tags found
No related merge requests found
test:
tags:
- docker # this is necessary to execute the Gitlab Runner in a docker container
image: $ACR_URL/python:3.8
only:
refs:
# run only when new tag is published or changes pushed to master
- tags
- master
- main
script:
# run test files in tests folder
- source $VIRTUALENV_NAME/bin/activate
- pip install pytest
- pytest tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment