diff options
| -rwxr-xr-x | tests/platform-ci/ci-build.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/ci-build.sh b/tests/platform-ci/ci-build.sh index 3c6a1ff4..120e2858 100755 --- a/tests/platform-ci/ci-build.sh +++ b/tests/platform-ci/ci-build.sh @@ -156,7 +156,7 @@ run() {    # Do the deployment    echo "Attempting a deploy..." -  LEAP_CMD cert renew "$provider_name" +  LEAP_CMD cert renew "$CI_JOB_NAME"    deploy    echo "Attempting to run tests..."    test  | 
