From 605d6fd63b4a2efd08a99ed9af80a355db56f9c5 Mon Sep 17 00:00:00 2001 From: Chao Peng <cpeng@anl.gov> Date: Sun, 20 Jun 2021 20:42:25 -0500 Subject: [PATCH] fix a typo --- benchmarks/imaging_shower_ML/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/imaging_shower_ML/config.yml b/benchmarks/imaging_shower_ML/config.yml index bccac7e7..2e16d1f1 100644 --- a/benchmarks/imaging_shower_ML/config.yml +++ b/benchmarks/imaging_shower_ML/config.yml @@ -27,7 +27,7 @@ ml_shower:training: extends: .rec_benchmark when: manual stage: process - needs: ["ml_shower:tagging"] + needs: ["ml_shower:tagging_epi", "ml_shower:tagging_e", "ml_shower:tagging_pi"] script: - ls -lrth # TODO -- GitLab