Skip to content
Snippets Groups Projects

Fix python installation and allow e2e to fail

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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