From f909b59858c9f59a33ff1617e8b154bf73f2779a Mon Sep 17 00:00:00 2001
From: Klaus-Dieter Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Sun, 13 Jun 2021 11:54:39 +0200
Subject: [PATCH] Revert "Merge remote-tracking branch 'old-origin/staging'
 into staging"

This reverts commit 78a57720363f896a275a973a57aa2e4060c59780
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e90ed6abb..a0049c32f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@ unit_tests:
    - npm i
    - npm test
 
-.sonar:
+sonar:
   stage: codestyle
   only:
     - staging
@@ -62,7 +62,7 @@ ngbuild:
     paths:
       - "$BUILD_DIR"
 
-.deploy_staging:
+deploy_staging:
   stage: deploy
   only:
     - staging
-- 
GitLab