From e26d6b4fa778fe884376801e33aa2db38e4ad461 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Tue, 27 Jul 2021 02:31:30 +0000 Subject: [PATCH] forgot to fix actual CI script --- tests/tutorial/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tutorial/config.yml b/tests/tutorial/config.yml index e66aa7d65..59b84e9a7 100644 --- a/tests/tutorial/config.yml +++ b/tests/tutorial/config.yml @@ -24,5 +24,5 @@ test:tutorial: # setup tutorial starting position - bash ../install.sh -v ci-test # now attempt the tutorial - - ./eic-shell tests/tutorial/quick-start.sh - - ./eic-shell tests/tutorial/part1.sh + - ./eic-shell -- tests/tutorial/quick-start.sh + - ./eic-shell -- tests/tutorial/part1.sh -- GitLab