From 656391eb207de054af702ceb8a213e96672778d1 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 28 Jun 2021 20:05:14 +0200
Subject: [PATCH] WIP: pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5a990b..6d2a62d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,7 +105,7 @@ build-testenv-changes-docker:
   only:
     changes:
       - .docker/*
-  excepts:
+  except:
     refs:
       - pipeline
       - schedules
-- 
GitLab