From 7a54ca3a2ca3449ea95a0bb5c7b22acb70318e4b Mon Sep 17 00:00:00 2001 From: Jan Caron <j.caron@fz-juelich.de> Date: Thu, 22 Jun 2017 14:26:40 +0200 Subject: [PATCH] Changed yaml file again. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35aa404..a324e07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: "python:3.5" before_script: - python --version - - pip install hyperspy + - pip install hyperspy tqdm cmocean nose stages: - test -- GitLab