Skip to content
Snippets Groups Projects
Commit 8aa02c42 authored by Romin's avatar Romin :eye:
Browse files

Fix: Install package dependences in unittest job

parent f583ce09
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@ unittest:
image: python:3.7
before_script:
- python -V
- pip install .
script:
- COSCINE_API_TOKEN=${COSCINE_API_TOKEN}
python -m unittest discover src/tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment