diff --git a/.gitea/workflows/deployTests.yml b/.gitea/workflows/deployTests.yml index 6cfd2d8..9ad1d4e 100644 --- a/.gitea/workflows/deployTests.yml +++ b/.gitea/workflows/deployTests.yml @@ -17,7 +17,7 @@ jobs: Tests: needs: - CreateImage - uses: http://gitea.pena/PenaDevops/actions/.gitea/workflows/tests.yml@renew_tests2 + uses: http://gitea.pena/PenaDevops/actions/.gitea/workflows/tests.yml@renew_tests3 with: runner: hubstaging actionid: ${{ gitea.run_id }} \ No newline at end of file diff --git a/deployments/renew_tests/docker-compose.yaml b/deployments/renew_tests/docker-compose.yaml index 17daaf8..030ea88 100644 --- a/deployments/renew_tests/docker-compose.yaml +++ b/deployments/renew_tests/docker-compose.yaml @@ -3,8 +3,8 @@ version: '3.8' services: app: build: - context: . - dockerfile: ../../TestsDockerfile + context: ../.. + dockerfile: TestsDockerfile container_name: squiz-core-test-app environment: - IS_TEST=true