summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-09-16 11:39:19 -0400
committerMark Felder <feld@feld.me>2024-09-16 11:42:55 -0400
commite59706c201bd71525c0a15008c3cb5dcdfb73289 (patch)
tree06304e78fffeaca7d964ca65e8ab8b9ef380ecd4 /.gitlab-ci.yml
parent8250a9764ea07a69a701401fd00f6d55e0ef2003 (diff)
downloadpleroma-e59706c201bd71525c0a15008c3cb5dcdfb73289.tar.gz
pleroma-e59706c201bd71525c0a15008c3cb5dcdfb73289.zip
Reapply "Custom mix task to retry failed tests once in CI pipeline"
This reverts commit b281ad06de2de331450a5e319e3ba497071d4197.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e04dae76..76d1a4210 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,7 +134,7 @@ unit-testing-1.13.4-otp-25:
script: &testing_script
- mix ecto.create
- mix ecto.migrate
- - mix test --cover --preload-modules
+ - mix pleroma.test_runner --cover --preload-modules
coverage: '/^Line total: ([^ ]*%)$/'
artifacts:
reports: