Skip to content
Snippets Groups Projects
Commit a5dd232d authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Don't untar existing data

parent a79ad4cb
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ before_script:
- apt-get update && apt-get install -y nodejs python3-pip
- python3 -m pip install cwltool cwl-runner
- cd test_data
- tar -xf ${TEST_DATASET_NAME}
- tar -kxf ${TEST_DATASET_NAME} 2> /dev/null || true
- cd $CI_PROJECT_DIR
- source /opt/bashrc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment