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

ci

parent 528eb098
Branches
No related tags found
1 merge request!6Ci
Pipeline #43630 failed
......@@ -75,24 +75,23 @@ install:
#### ####
#######################################################################################################################################
lint:
format:
stage: test
allow_failure: false
before_script:
- source ./venv/bin/activate
- pip install pylint
- pip install autopep8
script:
- pylint --recursive=y ./backend
- autopep8 --in-place --recursive ./backend
format:
lint:
stage: test
needs: ["lint"]
allow_failure: false
before_script:
- source ./venv/bin/activate
- pip install autopep8
- pip install pylint
script:
- autopep8 --in-place --recursive ./backend
- pylint --recursive=y ./backend
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment