From c4a9ea85e753f3d81198d959291f48796ed8477c Mon Sep 17 00:00:00 2001
From: "sascha.herzinger" <sascha.herzinger@uni.lu>
Date: Thu, 23 Nov 2017 15:25:15 +0100
Subject: [PATCH] trying to fix gitlab CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3364256..190f26a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
     PYPI_USER: SECURE
     PYPI_PASSWORD: SECURE
 
-stage:
+stages:
     - test
     - deploy
     - cleanup
-- 
GitLab