Commit 63f3f796 authored by Gaëtan Montury's avatar Gaëtan Montury
Browse files

fix(ty): use _run to launch ty

parent e6726679
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1603,7 +1603,7 @@ py-ty:
    - mkdir -p -m 777 reports
    - install_requirements
    - _pip install ty
    - ty check ${TRACE+--verbose} --output-format gitlab ${TY_ARGS} > reports/py-ty.gitlab.json || ty check --output-format full ${TY_ARGS}
    - _run ty check ${TRACE+--verbose} --output-format gitlab ${TY_ARGS} > reports/py-ty.gitlab.json || _run ty check --output-format full ${TY_ARGS}
  artifacts:
    name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
    expire_in: 1 day