diff --git a/build-jobs-ci-test.yml.jinja2 b/build-jobs-ci-test.yml.jinja2 index ead3aff57ea4fb65c83b495a677517c7714b347d..a44d0d1c9d3f0f81de5fc0384458b74fd8bf1e39 100644 --- a/build-jobs-ci-test.yml.jinja2 +++ b/build-jobs-ci-test.yml.jinja2 @@ -209,7 +209,7 @@ package-sdk-seco-mx6: extends: .deploy stage: Deploy SoftwareStore variables: - # We can't use the RELEASE_NAME variable from package.env in the variables secion, + # We can't use the RELEASE_NAME variable from package.env in the variables section, # because we're loading the file from the cache. Usually it is downloaded via # GitLab's standard artifact mechanism, which adds all dotenv variables to the # pipeline scope. This doesn't work when using the cache, so we have to prevent