Gitlab CI autorise l'échec

job2:
  stage: test
  script:
    - execute_script_2
  allow_failure: true
AttractivePenguin