Skip to content

Commit 2c63a4c

Browse files
author
Vasileios Karakasis
committed
Fix account for CI runs.
1 parent aefeef0 commit 2c63a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/ci-runner.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ checked_exec()
4141

4242
run_tutorial_checks()
4343
{
44-
cmd="./bin/reframe -C tutorials/config/settings.py \
44+
cmd="./bin/reframe -C tutorials/config/settings.py -J account=jenscscs \
4545
--save-log-files -r -c tutorials/ -R -x HelloThreadedExtendedTest $@"
4646
echo "[INFO] Running tutorial checks with \`$cmd'"
4747
checked_exec $cmd

0 commit comments

Comments
 (0)