diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f8b4d3f68841c6d4d3a0d9247d628114eb5c08e..bac7087e6cf07a45826e2000d5f15a178d817206 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