Update apps/cic-meta/.gitlab-ci.yml

This commit is contained in:
Blair Vanderlugt 2021-07-06 20:31:12 +00:00
parent 635ef775df
commit b94116a683

View File

@ -25,7 +25,7 @@ test-mr-cic-meta:
- npm install --dev - npm install --dev
- npm run test - npm run test
- npm run test:coverage - npm run test:coverage
needs: ["cic-meta-build-mr"] needs: ["build-mr-cic-meta"]
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes: changes: