diff --git a/.azuredevops/components/rocprofiler-systems.yml b/.azuredevops/components/rocprofiler-systems.yml index c1d8aa86b..73aa638e6 100644 --- a/.azuredevops/components/rocprofiler-systems.yml +++ b/.azuredevops/components/rocprofiler-systems.yml @@ -272,12 +272,12 @@ jobs: displayName: Set up rocprofiler-systems env inputs: targetType: inline - script: source $(Agent.BuildDirectory)/rocprofiler-systems/share/rocprofiler-systems/setup-env.sh - workingDirectory: $(Agent.BuildDirectory)/rocprofiler-systems/share/rocprofiler-systems + script: source $(Agent.BuildDirectory)/build/share/rocprofiler-systems/setup-env.sh + workingDirectory: $(Agent.BuildDirectory)/build/share/rocprofiler-systems - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/test.yml parameters: componentName: ${{ parameters.componentName }} - testDir: $(Agent.BuildDirectory)/s/rocm/tests + testDir: $(Agent.BuildDirectory)/rocprofiler-systems - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/manifest.yml parameters: gpuTarget: ${{ job.target }}