From 8af316063faee50f960fce2254749b639217cdc1 Mon Sep 17 00:00:00 2001 From: "Mads M. Pedersen" <mmpe@dtu.dk> Date: Fri, 3 Feb 2017 14:50:27 +0100 Subject: [PATCH] added pip3 install sshtunnel --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e36eb53b..1728b3cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,6 @@ test-3.4: image: mmpe/wetb script: #- python3 setup.py test - - pip install -e . + - pip3 install sshtunnel - python3 -m pytest --cov=wetb -- GitLab