Commit a466ed6b authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: lizard hangs when multithreading

parent 63617d20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,5 +11,5 @@ python:lizard:
    JOB_PACKAGE: lizard
  script:
    - !reference [".python:pre", script]
    - lizard -t $(nproc) ${LIZARD_DEFAULT_ARGS} ${LIZARD_EXTRA_ARGS}
    - lizard ${LIZARD_DEFAULT_ARGS} ${LIZARD_EXTRA_ARGS}
  needs: []