diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd1870ccf..3f54fde3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,8 @@ stages: Run tests: stage: test script: - - nix-shell tests -A run.files-text + - ./format -c && echo Format is OK + - nix-shell --pure tests -A run.files-text rules: - if: $CI_COMMIT_BRANCH == "master" when: always