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
!766
Fix python installation and allow e2e to fail
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix python installation and allow e2e to fail
fix-e2e-again
into
development
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Fix python installation and allow e2e to fail
Cédric Willekens
requested to merge
fix-e2e-again
into
development
Mar 19, 2024
Overview
1
Commits
1
Pipelines
0
Changes
1
Forgot to add the
apt-get update
which fixes the 404's we get during python install
Add the allow e2e to fail
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
729fbdad
1 commit,
Mar 19, 2024
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
0
View file @ 729fbdad
Edit in single-file editor
Open in Web IDE
Show full file
@@ -477,6 +477,7 @@ e2e-testing:
-
deploy_staging
stage
:
live checks
before_script
:
-
apt-get update
-
apt-get install -y python3
script
:
-
./scripts/e2e.sh
@@ -485,6 +486,7 @@ e2e-testing:
$CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"
when
:
never
-
if
:
$CI_COMMIT_BRANCH == "development"
allow_failure
:
true
# Accessibility testing
browser_performance
:
Loading