From 80b335cd41d1a763ee48b75cc3a6650ca9ee3238 Mon Sep 17 00:00:00 2001
From: Jan Caron <j.caron@fz-juelich.de>
Date: Thu, 22 Jun 2017 14:19:55 +0200
Subject: [PATCH] Changed yaml file.

---
 .gitlab-ci.yml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4470ec2..35aa404 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,2 +1,13 @@
+image: "python:3.5"
+
+before_script:
+  - python --version
+  - pip install hyperspy
+
+stages:
+  - test
+
 test:
-  script: python setup.py test
\ No newline at end of file
+  stage: test
+  script:
+    - python setup.py test
-- 
GitLab