Skip to content
Snippets Groups Projects

Remove slash from url variable

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -471,7 +471,7 @@ e2e-testing:
@@ -471,7 +471,7 @@ e2e-testing:
- .build_cached
- .build_cached
image: mcr.microsoft.com/playwright/java:v1.40.0-jammy
image: mcr.microsoft.com/playwright/java:v1.40.0-jammy
variables:
variables:
URL: "queue.eiptest.ewi.tudelft.nl/"
URL: "queue.eiptest.ewi.tudelft.nl"
needs:
needs:
- gradle_build
- gradle_build
- deploy_staging
- deploy_staging
Loading