From d3220763c6e6e84128cea793339de30cf8a883f0 Mon Sep 17 00:00:00 2001
From: Sander Bollen <a.h.b.bollen@lumc.nl>
Date: Mon, 18 Mar 2019 17:18:17 +0100
Subject: [PATCH] numpy fix again

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75fef90..36ae721 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ build:
   tags:
     - docker
   script:
+    - apt-get install python-numpy
     - pip install --upgrade Cython
     - pip install --upgrade numpy
     - pip install --upgrade pip setuptools wheel
-- 
GitLab