diff --git a/.github/workflows/run-integration-tests-postgresql.yml b/.github/workflows/run-integration-tests-postgresql.yml index 5036603..0d0b23b 100644 --- a/.github/workflows/run-integration-tests-postgresql.yml +++ b/.github/workflows/run-integration-tests-postgresql.yml @@ -54,7 +54,7 @@ jobs: -v $(pwd)/integration-testing:/opt/robotframework/tests:Z \ --user $(id -u):$(id -g) \ --network=compas_default \ - ppodgorsek/robot-framework:7.1.0 + ppodgorsek/robot-framework:latest - name: Created output directory (chromium) run: mkdir -p target/chromium @@ -70,7 +70,7 @@ jobs: -v $(pwd)/integration-testing:/opt/robotframework/tests:Z \ --user $(id -u):$(id -g) \ --network=compas_default \ - ppodgorsek/robot-framework:7.1.0 + ppodgorsek/robot-framework:latest - name: Archive Robot Framework Reports if: failure() diff --git a/compas/.env b/compas/.env index 9a89d28..e7691e1 100644 --- a/compas/.env +++ b/compas/.env @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -COMPAS_HOSTNAME=127.0.0.1 +COMPAS_HOSTNAME=compas_reverse-proxy_1 CONFIGURATION_LOCATION=/nginx.conf BACKDOOR_PORT=8000 BACKDOOR_PATH=next