diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e7fa3da9667b8c77e57bd7cdf885416beae6f98..6421cd49c2eb67f588ec9849a27de47a1caa67d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ clean-stale-branches: - tags - web script: - - nodejs scripts/remove-stale-branches.sh $DEPLOY_HOST_LOGIN $DEPLOY_URL + - ./scripts/remove-stale-branches.sh $DEPLOY_HOST_LOGIN $DEPLOY_URL deploy: stage: deploy