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

Install apt-stuff in docker

parent e5294600
No related branches found
No related tags found
No related merge requests found
Pipeline #99 passed
...@@ -14,9 +14,9 @@ stages: ...@@ -14,9 +14,9 @@ stages:
- test - test
before_script: before_script:
- python3 -V # Print out python version for debugging # - python3 -V # Print out python version for debugging
- apt-get update && apt-get install -y nodejs python3-pip # - apt-get update && apt-get install -y nodejs python3-pip
- python3 -m pip install cwltool cwl-runner # - python3 -m pip install cwltool cwl-runner
- cd test_data - cd test_data
- tar -xf ${TEST_DATASET_NAME} - tar -xf ${TEST_DATASET_NAME}
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment