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

Update .gitlab-ci.yml

parent e8f6002d
Loading
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
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