From edbdd6b050f6ab45258b5f4f1b00703531c40360 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maik=20Scha=CC=88fer?= <maik.schaefer@open-xchange.com>
Date: Thu, 13 Apr 2023 12:19:56 +0200
Subject: [PATCH] [CI] Change integration tests job tags to tiny-hetzner

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 056d28d..5c6a88a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,10 +7,10 @@ unit tests:
   extends: .unit tests
   timeout: 10 minutes
   tags:
-    - build-hetzner
+    - tiny-hetzner
 
 integration tests:
-  extends: .unit tests
+  extends: unit tests
   services:
     - redis:latest
   script:
@@ -57,6 +57,7 @@ ui smoketests:
   timeout: 15 minutes
   before_script:
     - !reference [.e2e-codeceptjs-preview, before_script]
+    - unset SUITE_SERVICE_URL
     - export E2E_ADMIN_PW=$ADMIN_PW
     - export LAUNCH_URL=https://$PREVIEW_APP_NAME.dev.oxui.de/
     - echo "LAUNCH_URL=$LAUNCH_URL"
@@ -75,6 +76,7 @@ ui smoketests with prefix:
   timeout: 15 minutes
   before_script:
     - !reference [.e2e-codeceptjs-preview, before_script]
+    - unset SUITE_SERVICE_URL
     - export E2E_ADMIN_PW=$ADMIN_PW
     - export LAUNCH_URL=https://$PREVIEW_APP_NAME-prefix.dev.oxui.de/appsuite/
     - echo "LAUNCH_URL=$LAUNCH_URL"
-- 
GitLab