diff --git a/.circleci/config.yml b/.circleci/config.yml index 947e9f0..0327f82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,8 +37,8 @@ jobs: - run: cd packages/vue-apollo && yarn test:eslint - run: cd packages/vue-apollo && yarn test:types - run: cd packages/vue-apollo && yarn test:unit - - run: cd packages/test-e2e yarn test:e2e - - run: cd packages/test-ssr yarn test:e2e + - run: cd packages/test-e2e && yarn test:e2e + - run: cd packages/test-ssr && yarn test:e2e - store_artifacts: path: packages/test-e2e/tests/e2e/videos