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: ...@@ -63,6 +63,7 @@ lint-back:
- pip install pycodestyle - pip install pycodestyle
script: script:
- pycodestyle --config=./backend/setup.cnf ./backend - pycodestyle --config=./backend/setup.cnf ./backend
dependencies: []
lint-front: lint-front:
...@@ -90,11 +91,12 @@ test-back: ...@@ -90,11 +91,12 @@ test-back:
before_script: before_script:
- python3 -m venv venv/ - python3 -m venv venv/
- source ./venv/bin/activate - source ./venv/bin/activate
- pip install -r requirements.txt - pip install -r ./backend/requirements.txt
- pip install pytest - pip install pytest
script: script:
- cd ./backend - cd ./backend
- pytest - pytest
dependencies: []
####################################################################################################################################### #######################################################################################################################################
#### #### #### ####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment