summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-08-13 15:34:56 -0400
committerMark Felder <feld@feld.me>2024-08-13 15:49:04 -0400
commitb281ad06de2de331450a5e319e3ba497071d4197 (patch)
tree5910ceef202b1590c5421c37af87ccc2f304f046 /.gitlab-ci.yml
parent648e94b369c4a356feda22c0f8ee8a01f7d798f8 (diff)
downloadpleroma-b281ad06de2de331450a5e319e3ba497071d4197.tar.gz
pleroma-b281ad06de2de331450a5e319e3ba497071d4197.zip
Revert "Custom mix task to retry failed tests once in CI pipeline"
This reverts commit ed2976b237b53a524247d564691e0a12d3231d68.
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 eaa9d3b25..0c6631797 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -133,7 +133,7 @@ unit-testing-1.13.4-otp-25:
script: &testing_script
- mix ecto.create
- mix ecto.migrate
- - mix pleroma.test_runner --cover --preload-modules
+ - mix test --cover --preload-modules
coverage: '/^Line total: ([^ ]*%)$/'
artifacts:
reports: