Commit 78d88d12 authored by Ramon Nou's avatar Ramon Nou
Browse files

ci: run RPC checker with Python image

parent 17c19b04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ check format:

check rpc consistency:
  stage: lint
  image: ${CORE}
  image: ${DEPS}
  needs: []
  script:
    - python3 ${SCRIPTS_DIR}/check_rpc_consistency.py "${CI_PROJECT_DIR}"