From 73b6fdbdf214995c02ec79f16afe45560db32ef3 Mon Sep 17 00:00:00 2001 From: Zhenyu Ye <yezhenyu@10-8-239-141.vlan877.client.wireless.uic.edu> Date: Thu, 4 Nov 2021 18:14:01 -0500 Subject: [PATCH] add BTOF benchmark --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37aa2c71..611c8337 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,8 +33,8 @@ stages: common:setup: stage: config before_script: - export JUGGLER_DETECTOR_VERSION="131-update-tof-for-canyonlands" - | + export JUGGLER_DETECTOR_VERSION="131-update-tof-for-canyonlands" if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then export COMMON_BENCH_VERSION="master" fi -- GitLab