Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!769
Remove slash from url variable
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Remove slash from url variable
fix-e2e-again
into
development
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Remove slash from url variable
Cédric Willekens
requested to merge
fix-e2e-again
into
development
Mar 19, 2024
Overview
1
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
3973efe0
1 commit,
Mar 19, 2024
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
View file @ 3973efe0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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