Skip to content

Commit 1feb8ba

Browse files
committed
fix(ci): revert removal of ARTIFACTSDIR for bp-runner.fail-on-regression.yml path
1 parent 426c202 commit 1feb8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ check-big-regressions:
9696
cp "$file" "$ARTIFACTS_DIR/${type}-${prefix}.converted.json"
9797
done
9898
done
99-
- bp-runner .gitlab/benchmarks/bp-runner.fail-on-regression.yml --debug
99+
- bp-runner $ARTIFACTS_DIR/../.gitlab/benchmarks/bp-runner.fail-on-regression.yml --debug
100100

101101
.dsm-kafka-benchmarks:
102102
stage: benchmarks

0 commit comments

Comments
 (0)