Skip to content
Snippets Groups Projects
Commit e37cc88c authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

disabled e2e test stage and job in CI

parent 7e7fae01
No related branches found
No related tags found
Loading
Pipeline #5378 passed
......@@ -10,7 +10,7 @@ stages:
- generate-yaml
- trigger
- deploy
- e2e-test
# - e2e-test # e2e tests disabled
- .post
variables:
......@@ -171,7 +171,7 @@ unit test coverage:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
# E2E Tests
e2e:
.e2e: # e2e tests disabled
interruptible: true
stage: e2e-test
image: docker/compose:1.27.4
......
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