Skip to content
Snippets Groups Projects
Commit edbdd6b0 authored by maik.schaefer's avatar maik.schaefer
Browse files

[CI] Change integration tests job tags to tiny-hetzner

parent ebc5489a
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment