diff --git a/.gitea/workflows/DRBv3-Client_Setup_tests.yaml b/.gitea/workflows/DRBv3-Client_Setup_tests.yaml index 20ae0cc..404d65d 100644 --- a/.gitea/workflows/DRBv3-Client_Setup_tests.yaml +++ b/.gitea/workflows/DRBv3-Client_Setup_tests.yaml @@ -23,5 +23,4 @@ jobs: - name: Test setup script working-directory: "./client" run: | - # Run the setup script with sudo - sudo bash setup_script.sh \ No newline at end of file + sudo bash setup.sh \ No newline at end of file