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

allow failure on linting

parent d7e4e6da
No related branches found
No related tags found
1 merge request!23Extract stats
Pipeline #43849 passed
......@@ -75,6 +75,7 @@ install-npm-packages:
lint-back:
stage: test
allow_failure: true
before_script:
- source venv/bin/activate
- pip install pycodestyle
......@@ -87,6 +88,7 @@ lint-back:
lint-front:
image: node:14.6.0
stage: test
allow_failure: true
script:
- cd frontend/
- npm run lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment