Discuss the importance of testing in CI/CD and the different types of tests that can be run (e.g.
unit tests, integration tests, performance tests)
Explain how to configure tests in the
.gitlab-ci.yml
file
Demonstrate how to view test results in GitLab
Lab 03 - adding test to a GitLab pipeline