From c9fd3712f8c4b8114a9b9bd8569f5462b9bbea4c Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Thu, 22 Dec 2016 13:31:33 +0100
Subject: [PATCH] Fix ci

---
 .gitlab-ci.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d68f21f..288d9bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,27 +1,26 @@
 stages:
-  - build
+  - core
+  - extras
 
 core_linux_27:
-  stage: build
+  stage: core
   before_script:
     - git clean -ffdx
   script:
     - ./build.sh core.txt 2.7
-    - ./_ci/wheels.sh
   after_script:
     - git clean -ffdx src
   tags:
     - conda-linux
 
 extras_linux_27:
-  stage: build
+  stage: extras
   dependencies:
     - core_linux_27
   before_script:
     - git clean -ffdx
   script:
     - ./build.sh extras.txt 2.7
-    - ./_ci/wheels.sh
   after_script:
     - git clean -ffdx
   tags:
-- 
GitLab