From d061acc6c2bc6ea606f3cd777a140ca993e85c4d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 26 Dec 2020 17:24:37 +0100 Subject: [PATCH] Make precommit start sooner --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe31a40..d120427 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,7 @@ pre_commit: image: $PRE_COMMIT_IMAGE script: - pre-commit run --all-files --color always --show-diff-on-failure + needs: [] missing_migrations: <<: *tests