Skip to content

Commit 247203f

Browse files
committed
Merge branch 'automatic-merge' into 'master'
Fix .gitlab-ci.yml wrong name for `linux python (always)` See merge request it/e3-aws!47
2 parents be792d5 + 646e441 commit 247203f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ linux python (always):
118118
extends: .test-linux
119119
needs: []
120120
rules:
121-
- if: $CI_PIPELINE_SOURCE == "parent_pipeline" && $CI_MERGE_REQUEST_ID && $CI_PROJECT_NAME == "e3-core" && $ALWAYS_LINUX_TESTS == "y"
121+
- if: $CI_PIPELINE_SOURCE == "parent_pipeline" && $CI_MERGE_REQUEST_ID && $CI_PROJECT_NAME == "e3-aws" && $ALWAYS_LINUX_TESTS == "y"
122122

123123
# A manual job to run Linux tests even if "check" job has failed
124124
run linux tests:

0 commit comments

Comments
 (0)