From 8c8dd8dcdcd04dfff5d01a03f2316dc025acd05a Mon Sep 17 00:00:00 2001
From: Jonas Eppelt <jonas.eppelt@kit.edu>
Date: Thu, 23 Nov 2023 07:44:49 +0000
Subject: [PATCH] Fix typo in .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a858121..6e80866 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,10 +74,10 @@ tp_herwig:
   allow_failure: true
 
 theoc:
- varibles:
+  variables:
    IMAGE_NAME: "theoc"
   extends:
-   - .commin_build
+   - .common_build
   needs:
    - job: tp
      optional: true
-- 
GitLab