diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 73660bb5..e1e9b3c5 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -631,7 +631,7 @@ jobs: uses: ./.github/workflows/_build_image.yml with: ecr_repo: magic-plan-${{ needs.determine_stage.outputs.stage }} - dockerfile_path: backend/magic_plan/handler/Dockerfile + dockerfile_path: applications/magic_plan/handler/Dockerfile build_context: . secrets: AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/lambda_smoke_tests.yml b/.github/workflows/lambda_smoke_tests.yml index 6fe947ce..329a1319 100644 --- a/.github/workflows/lambda_smoke_tests.yml +++ b/.github/workflows/lambda_smoke_tests.yml @@ -119,7 +119,7 @@ jobs: magic_plan_smoke_test: uses: ./.github/workflows/_smoke_test_lambda.yml with: - dockerfile_path: backend/magic_plan/handler/Dockerfile + dockerfile_path: applications/magic_plan/handler/Dockerfile build_context: . service_name: magic-plan diff --git a/pytest.ini b/pytest.ini index 0b162ce2..2bcd6178 100644 --- a/pytest.ini +++ b/pytest.ini @@ -14,7 +14,6 @@ testpaths = backend/documents_parser/tests backend/ecmk_fetcher/tests backend/export/tests - applications/magic_plan/tests backend/onboarders/tests backend/pashub_fetcher/tests datatypes/epc/domain/tests