diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80c6d52633b5e22cec3a904224a2f28538850758..f65c01791841f9bf76935c8baf88bd4c22e8495b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,9 +14,9 @@ stages: - test before_script: - - python3 -V # Print out python version for debugging - - apt-get update && apt-get install -y nodejs python3-pip - - python3 -m pip install cwltool cwl-runner +# - python3 -V # Print out python version for debugging +# - 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} - cd $CI_PROJECT_DIR