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

add requirements for test

parent 0ef5f9d4
No related branches found
No related tags found
1 merge request!59add test to ci
Pipeline #44552 failed
......@@ -87,7 +87,7 @@ lint-front:
- install-npm-packages
test:
test-back:
stage: test
variables:
# MYSQL_DATABASE: $MYSQL_DATABASE
......@@ -100,6 +100,7 @@ test:
WEB_ROOT: http://localhost:3000
before_script:
- source ./venv/bin/activate
- pip install -r requirements.txt
- pip install pytest
script:
- cd ./backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment