From 2f87cfeee680425bd3af203d1d554ecbea24e47d Mon Sep 17 00:00:00 2001 From: alex <alex@tls-tautenburg.de> Date: Mon, 12 Jul 2021 14:04:36 +0000 Subject: [PATCH] Update .gitlab-ci.yml file Former-commit-id: 9397748c2ea596bf0e6ff372809e7458cb91a987 --- .gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3036ee62..5a7f55a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,23 +60,3 @@ pol_align: stage: integration_test script: - cwltool --no-container subworkflow/pol_align.cwl test_jobs/pol_align.json - -faraday_rotation: - stage: integration_test - script: - - cwltool --no-container --preserve-entire-environment subworkflow/faraday_rotation.cwl test_jobs/faraday_rotation.json - -prefactor_calibrator: - stage: integration_test - script: - - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/prefactor_calibrator.cwl test_jobs/integration_test_prefactor_calibrator.json - -toil: - stage: integration_test - script: - - toil-cwl-runner --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH --jobStore jobstore --writeLogs logs --workDir workdir workflows/prefactor_calibrator.cwl test_jobs/integration_test_prefactor_calibrator.json - -flag_average: - stage: integration_test - script: - - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH test_workflow/flag_average.cwl test_jobs/flag_average.json -- GitLab