Don't allow failures of eslint anymore

This commit is contained in:
Georg Krause 2022-01-23 14:06:15 +01:00
parent 252ebf8ce7
commit fc5848571c
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ eslint:
interruptible: true interruptible: true
image: node:12-buster image: node:12-buster
stage: lint stage: lint
allow_failure: true
before_script: before_script:
- cd front - cd front
- yarn install - yarn install