I have a .gitlab-ci.yml file. Its creating some docker images and pushing it to AWS ECR.
When I am running curl command to push some artifacts to remote repository it says curl: not found. I am already using openjdk image to do ./gradlew build. Don't know how to install curl on Gitlab runner.
Please guide.