From b36dc5b1a51cab572634485e3db6281fde283844 Mon Sep 17 00:00:00 2001 From: "Mads M. Pedersen" <mmpe@dtu.dk> Date: Mon, 11 Jun 2018 15:32:42 +0200 Subject: [PATCH] pip upgrade fusedwind on synnefo test machine --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f8b4d3f..bac7087e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ test_topfarm: # name the job what we like stage: # build, test, deploy defined by default [2] test script: + - pip install --upgrade git+git://github.com/FUSED-Wind/FUSED-Wake@master - cd tests; py.test tags: # only runners with this tag can do the job [3] - python -- GitLab