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

fix

parent dd5dc62d
Branches
No related tags found
1 merge request!59add test to ci
Pipeline #44574 failed
...@@ -91,7 +91,7 @@ test-back: ...@@ -91,7 +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 - apt-get update && apt-get install libgl1 -y
- 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