This repository is used to build a docker image which can then be used to run the Perl tests in the IV-20-21 repository against any other repository and branch.
This can be handy as it allows any student to test their repositories changes before opening a Pull Request.
The following docker command ilustrates how to run the test against my personal repository:
sudo docker run -e STUDENT_REPO=https://github.com/antOnioOnio/IV-20-21 antOnioOnio/IV-tests