Ci

Gitlab CI configuration, Ansible and Drupal

Yesterday I wrote about how I configured the Gitlab CI runner for my projects, now I’m gonna show you how I configured the testing environment for Ansible provision and a custom Drupal module I’m developing. I have now two repositories with CI configuration, the one for deploy (using …

Gitlab CI configuration, the runner

A month ago I started working in a new project, Last time I wrote about how I built my development environment from the Virtual Appliance received, today I’m gonna tell you about how I set up Gitlab CI for continuous integration, our repositories are stored in a Gitlab CE instance. I’ve …