From dcce27f6cabedb0b353849baf8b4dd8ea83e125b Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 9 Oct 2023 17:47:56 +0200
Subject: [PATCH] PIPELINE

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71f75f1..93e5484 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,10 +78,6 @@ build-testenv: &build-testenv
   stage: setup
   timeout: 2h
   needs: []
-  # only:
-  #   - pipelines
-  #   - schedules
-  #   - web
   script:
     - *env
     - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
-- 
GitLab