From 5ad4e0d5a5bacbdac285f1eb00ce42fe12265bee Mon Sep 17 00:00:00 2001 From: yejianwu Date: Wed, 7 Mar 2018 17:13:58 +0800 Subject: [PATCH] update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 304d5db6..1135ba8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,13 +5,13 @@ stages: ops_test: stage: ops_test only: - - gitlab_ci + - master script: - tools/bazel-adb-run.sh //mace/ops:ops_test ops_benchmark: stage: ops_benchmark only: - - gitlab_ci + - master script: - tools/bazel-adb-run.sh //mace/ops:ops_benchmark -- GitLab