Commit 25856725 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Update .gitlab-ci.yml file

parent a5745cc5
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+9 −0
Original line number Original line Diff line number Diff line
test_job:
    stage: test
    tags:
        - intro-shell
    script:
        - python3 -m venv venv
        - source ./venv/bin/activate
        - python3 -m pip install -r requirements.txt
        - python3 -m unittest tests/coords_test.py