From e4425ab8e7b8bcffd7b8bb558dc6b644dfaf9d20 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Mon, 11 Nov 2019 10:44:07 +0100 Subject: [PATCH] Fix name of test input --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc78dbb4..e3d815d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ losoto_replicateonaxis: stage: test_steps allow_failure: true script: - - cwl-runner --no-container steps/LoSoTo.Replicateonaxis.cwl test_jobs/losoto_axisreplicate.json + - cwl-runner --no-container steps/LoSoTo.Replicateonaxis.cwl test_jobs/losoto_replicateonaxis.json losoto_reset: stage: test_steps -- GitLab