Commit 43127df7 authored by BOHMRR's avatar BOHMRR
Browse files

fix invalid yaml: variables are strings, but integer is needed for allow_failure exit codes

parent b6368612
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ pytest-on-merge-request:
    - if [ $exit_code -ne 0 ]; then echo "pytest run had errors"; exit $EXIT_CODE_FAIL; fi;
  allow_failure:
    exit_codes:
      - $EXIT_CODE_NON_BE
      - 123
  artifacts:
    paths:
      - report-junit.xml