We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5735cc2 + b5b69c4 commit 383049bCopy full SHA for 383049b
1 file changed
.gitlab-ci.yml
@@ -135,8 +135,8 @@ rubocop:
135
policy: 'pull'
136
before_script: *bundle_install
137
script:
138
- # Alternative value to consider: `${CI_JOB_NAME}`
139
- - 'bin/kitchen verify "${DOCKER_ENV_CI_JOB_NAME}"'
+ - 'echo "Starting test job: ${CI_JOB_NAME}"'
+ - 'bin/kitchen verify "${CI_JOB_NAME}"'
140
141
###############################################################################
142
# Define `test` template (`allow_failure: true`)
0 commit comments