diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c5fbb7b7f91672f4dac598efa586a615beb7b4f..374bd3c89f5ac6f36380f7b7494ba6228346379e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1025,15 +1025,15 @@ dnanexus: - ulimit -a - module load dxtoolkit/python27/0.294.0 - export NXF_XPACK_LICENSE=${nxf_license} - - dx upload ./test_data/auth/c* --path ${dnanexus_workspace}:/ci-env/auth/ --parents --auth-token ${dnanexus_authToken} --workspace-id ${dnanexus_workspace} - - dx upload ./test_data/fastq/small/Q-Y5F6_1M.R{1,2}.fastq.gz --path ${dnanexus_workspace}:/ci-env/input/ --parents --auth-token ${dnanexus_authToken} --workspace-id ${dnanexus_workspace} + - dx upload ./test_data/auth/c* --path /ci-env/auth/ --parents --auth-token ${dnanexus_authToken} --project-context-id${dnanexus_workspace} + - dx upload ./test_data/fastq/small/Q-Y5F6_1M.R{1,2}.fastq.gz --path /ci-env/input/ --parents --auth-token ${dnanexus_authToken} --project-context-id ${dnanexus_workspace} - > - dx run --auth-token ${dnanexus_authToken} --workspace-id ${dnanexus_workspace} --project ${dnanexus_workspace} nf-dxapp-bicf \ + dx run --auth-token ${dnanexus_authToken} --project-context-id ${dnanexus_workspace} nf-dxapp-bicf \ --watch \ --delay-workspace-destruction \ --instance-type mem1_ssd1_v2_x16 \ --input-json "$(envsubst < ./docs/nxf_dnanexus-ci-test.json)" after_script: - module load dxtoolkit/python27/0.294.0 - - dx rm ${dnanexus_workspace}:/ci-env/auth/c* --all - - dx rm ${dnanexus_workspace}:/ci-env/input/Q-Y5F6_1M.R{1,2}.fastq.gz --all + - dx rm /ci-env/auth/c* --all --project-context-id ${dnanexus_workspace} + - dx rm /ci-env/input/Q-Y5F6_1M.R{1,2}.fastq.gz --all --project-context-id ${dnanexus_workspace}