diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a7acad5..d0744cb 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -26,7 +26,7 @@ pipelines: script: - apt update && apt install -y pipenv - pipenv sync --dev - - pre-commit run --all-files + - pipenv run pre-commit run --all-files - step: name: Pre Parallelization stage script: