Skip to content
Snippets Groups Projects
Commit dd5dc62d authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

fix

parent 629b034e
No related branches found
No related tags found
1 merge request!59add test to ci
Pipeline #44572 failed
...@@ -91,6 +91,7 @@ test-back: ...@@ -91,6 +91,7 @@ test-back:
before_script: before_script:
- python3 -m venv venv/ - python3 -m venv venv/
- source ./venv/bin/activate - source ./venv/bin/activate
- apt-get update && apt-get install libgl1
- pip install -r ./backend/requirements.txt - pip install -r ./backend/requirements.txt
- pip install pytest - pip install pytest
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment