From 3530a70850bb31f85d2fd5b701531e14850f7406 Mon Sep 17 00:00:00 2001
From: Tammo Jan Dijkema <dijkema@astron.nl>
Date: Wed, 16 Oct 2019 15:35:22 +0200
Subject: [PATCH] Install apt-stuff in docker

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80c6d526..f65c0179 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
-- 
GitLab