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

fix

parent 93c6ed1d
No related branches found
No related tags found
1 merge request!59add test to ci
Pipeline #44557 failed
......@@ -63,6 +63,7 @@ lint-back:
- pip install pycodestyle
script:
- pycodestyle --config=./backend/setup.cnf ./backend
dependencies: []
lint-front:
......@@ -90,11 +91,12 @@ test-back:
before_script:
- python3 -m venv venv/
- source ./venv/bin/activate
- pip install -r requirements.txt
- pip install -r ./backend/requirements.txt
- pip install pytest
script:
- cd ./backend
- pytest
dependencies: []
#######################################################################################################################################
#### ####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment