Skip to content

Commit 9f83852

Browse files
fix: add build dependency for codeception tests in feature and production configurations
1 parent f323a7d commit 9f83852

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/test-feature-codeception.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
test:feature:codeception:
88
stage: test
99
needs:
10+
- build:php
1011
- cache:feature:warmup
1112
rules:
1213
- if: $CI_COMMIT_TAG || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "merge_request_event"

test/test-prod-codeception.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
test:prod:codeception:
88
stage: test.prod
99
needs:
10+
- build:php
1011
- cache:prod:warmup
1112
rules:
1213
- if: $CI_COMMIT_TAG || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "merge_request_event"

0 commit comments

Comments
 (0)