diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5f7b7c..9c1a341 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,9 +116,12 @@ get_data: # snakemake support - mkdir "${DETECTOR_CONFIG}" - ln -s "${LOCAL_DATA_PATH}/sim_output" "${DETECTOR_CONFIG}/sim_output" + - find "${LOCAL_DATA_PATH}/sim_output" -type l -exec ls -la {} \; - ln -s "../results" "${DETECTOR_CONFIG}/results" - mkdir -p "$SNAKEMAKE_OUTPUT_CACHE" - ls -lrtha + afer_script: + - find "${LOCAL_DATA_PATH}/sim_output" -type l -exec ls -la {} \; retry: max: 2 when: