Practised Continuous Integration
Established a Deployment Process
Using the beautiful GitLab, I played around a bit with their platform.
The goal was to read and, at the end, set up a Continuous Integration system that will do various tasks. 

There was already a system in place for automatic Deployment. For each push in the master branch, the website got deployed with the new changes. 

The first version of the pipeline was deployed. Now I will continue learning to see what useful tasks can be added.