Skip to content

Commit fc42b9b

Browse files
committed
chore(ci): replace ARTIFACTSDIR by CI_PROJECT_DIR for bp-runner.fail-on-regression.yml path
1 parent 1feb8ba commit fc42b9b

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 $ARTIFACTS_DIR/../.gitlab/benchmarks/bp-runner.fail-on-regression.yml --debug
99+
- bp-runner $CI_PROJECT_DIR/.gitlab/benchmarks/bp-runner.fail-on-regression.yml --debug
100100

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

0 commit comments

Comments
 (0)