From 44852495d365b8ede3ab6fe345b5edf07c6e31ae Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Fri, 8 Nov 2019 15:26:47 +0100 Subject: [PATCH] Run without container Former-commit-id: eec3c2120e5413ab16840ddb4f5674fdc5c30442 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 614c643e..466d7242 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ losoto_abs: stage: test_steps allow_failure: true script: - - cwl-runner steps/LoSoTo.Abs.cwl test_jobs/losoto_abs.json + - cwl-runner --no-container steps/LoSoTo.Abs.cwl test_jobs/losoto_abs.json parset_selector: stage: test_steps -- GitLab