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

Update .gitlab-ci.yml

parent e8f6002d
Branches
Tags
No related merge requests found
Pipeline #1842 passed
test_job:
stage: test
tags:
- intro-shell
- intro-docker
script:
- python3 -m venv venv
- source ./venv/bin/activate
- python3 -m pip install -r requirements.txt
- python3 -m unittest tests/coords_test.py
- pip install -r requirements.txt
- python -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