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

ci

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