Skip to content
Snippets Groups Projects
Commit fe5b6177 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Update .gitlab-ci.yml

parent e8f6002d
No related branches found
No related tags found
No related merge requests found
Pipeline #1842 passed
test_job: test_job:
stage: test stage: test
tags: tags:
- intro-shell - intro-docker
script: script:
- python3 -m venv venv - pip install -r requirements.txt
- source ./venv/bin/activate - python -m unittest tests/coords_test.py
- python3 -m pip install -r requirements.txt
- python3 -m unittest tests/coords_test.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment