diff --git a/.github/workflows/_deb_build.yml b/.github/workflows/_deb_build.yml index 1e86d76..e771a1c 100644 --- a/.github/workflows/_deb_build.yml +++ b/.github/workflows/_deb_build.yml @@ -86,7 +86,7 @@ jobs: base_image=ghcr.io/mentalsmash/uno-ci-base-tester:${deb_builder_tag} ;; false) - rti_license_file=${{ github.workspace }}/src/uno-ci/resource/rti/rti_license.dat + rti_license_file=${{ github.workspace }}/src/uno-ci/docker/base-tester/resource/rti/rti_license.dat base_image=${{ inputs.base-tag }} ;; esac diff --git a/.github/workflows/_install_test.yml b/.github/workflows/_install_test.yml index bced57e..c1fd738 100644 --- a/.github/workflows/_install_test.yml +++ b/.github/workflows/_install_test.yml @@ -91,7 +91,7 @@ jobs: if: inputs.install-rti-license run: | . venv/bin/activate - RTI_LICENSE_FILE=src/uno-ci/resource/rti/rti_license.dat \ + RTI_LICENSE_FILE=src/uno-ci/docker/base-tester/resource/rti/rti_license.dat \ UNO_IMAGE=${{inputs.tag}} \ PLATFORM=${{inputs.platform}} \ FORCE_PULL=yes \ diff --git a/.github/workflows/_release_test.yml b/.github/workflows/_release_test.yml index cf97991..99085c4 100644 --- a/.github/workflows/_release_test.yml +++ b/.github/workflows/_release_test.yml @@ -96,7 +96,7 @@ jobs: env: IN_DOCKER: y FIX_DIR: ${{ github.workspace }} - RTI_LICENSE_FILE: ${{ github.workspace }}/src/uno-ci/resource/rti/rti_license.dat + RTI_LICENSE_FILE: ${{ github.workspace }}/src/uno-ci/docker/base-tester/resource/rti/rti_license.dat TEST_DATE: ${{ needs.config.outputs.TEST_DATE }} TEST_IMAGE: ${{ needs.config.outputs.TEST_IMAGE }} TEST_RELEASE: y