From 62fcd94beb47757eb42ff763173504b84ce58fd6 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Wed, 12 May 2021 15:40:01 +0200
Subject: [PATCH] FIX: Fixed CI typo.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fefc400..2cff3f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -158,7 +158,7 @@ build-testenv:
   stage: setup
   timeout: 2h
   only:
-    - shedules
+    - schedules
     - web
   needs: []
   script:
-- 
GitLab