Create a .gitlab-ci.yml file in your repository that runs a basic job (e.g., running a script or test). Ensure the pipeline runs automatically on push
To create a .gitlab-ci.yml file in your GitLab repository that runs a basic job (like executing a script or running tests) and ensures the pipeline runs automatically on push, follow these steps:
Step 1: Create the .gitlab-ci.yml File
In your projec...
vaibhav08.hashnode.dev2 min read