From 3e4b62cb4ab4b348cd2b2cbbb7f6e9e2449e78b6 Mon Sep 17 00:00:00 2001
From: Sebastian Lobinger <sebastian.lobinger@fu-berlin.de>
Date: Thu, 15 Jun 2017 08:35:17 +0200
Subject: [PATCH] correct exceot to except in .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d4883f..71b8302 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ test-and-deploy-master:
   only:
     - tags
     - master
-  exceot:
+  except:
     - branches
   artifacts:
     paths:
-- 
GitLab