diff --git a/apps/cic-meta/.gitlab-ci.yml b/apps/cic-meta/.gitlab-ci.yml index 4f9fd61d..730b00a8 100644 --- a/apps/cic-meta/.gitlab-ci.yml +++ b/apps/cic-meta/.gitlab-ci.yml @@ -25,7 +25,7 @@ test-mr-cic-meta: - npm install --dev - npm run test - npm run test:coverage - needs: ["cic-meta-build-mr"] + needs: ["build-mr-cic-meta"] rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" changes: