diff --git a/.circleci/config.yml b/.circleci/config.yml index e05dfacaa..55a05f29c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -146,21 +146,11 @@ jobs: command: | rm -rf /tmp/cypress mkdir -p /tmp/cypress/results - mkdir -p /tmp/cypress/lighthouse - mkdir -p /tmp/cypress/videos docker cp fecfile-web-app-e2e:/root/fecfile-web-app/front-end/cypress/results/. /tmp/cypress/results - docker cp fecfile-web-app-e2e:/root/fecfile-web-app/front-end/cypress/lighthouse/. /tmp/cypress/lighthouse - docker cp fecfile-web-app-e2e:/root/fecfile-web-app/front-end/cypress/videos/. /tmp/cypress/videos docker rm fecfile-web-app-e2e - store_artifacts: path: /tmp/cypress/results destination: cypress/results - - store_artifacts: - path: /tmp/cypress/lighthouse - destination: cypress/lighthouse - - store_artifacts: - path: /tmp/cypress/videos - destination: cypress/videos deploy-job: docker: - image: cimg/node:20.4.0-browsers