diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6c849ab9d95fc9212df927403ece0a2f8b9f146..7639f8a5e2e36bce9caa34da08b2ca7da5582bcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ deploy-beta: stage: deploy script: - apt update - - apt install curl + - apt install -y curl - curl https://beta.sucs.org/pull.php only: - beta @@ -47,7 +47,7 @@ deploy-live: stage: deploy script: - apt update - - apt install curl + - apt install -y curl - curl https://sucs.org/pull.php only: - sucs-site