From 5314e8b5627f3e13a40b478b1963e03b534bda39 Mon Sep 17 00:00:00 2001
From: Yngve Levinsen <yngve.levinsen@esss.se>
Date: Tue, 28 Aug 2018 14:50:22 +0200
Subject: [PATCH] trying to use the miniconda image rather than centos (that
 does not work particularly well)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b6bb157..2e90fa0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,7 @@
-image: centos
+image: registry.esss.lu.se/ics-docker/miniconda
 
 pages:
   script:
-  - yum install -y wget zlib-devel make
-  - wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
-  - rpm -ivh epel-release-latest-7.noarch.rpm
-  - yum install -y python-pip python-setuptools python34-numpy numpy
   - pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder
   - make html
   artifacts:
-- 
GitLab