Gitlab CI: Run correct benchmark task.

This commit is contained in:
lain 2019-10-10 15:31:32 +02:00
parent 2629493804
commit b9b00e6e96
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ benchmark:
- mix deps.get
- mix ecto.create
- mix ecto.migrate
- mix pleroma.benchmark
- mix pleroma.load_testing
unit-testing:
stage: test