Skip to content

Instantly share code, notes, and snippets.

@moufmouf
moufmouf / .gitlab-ci.yml
Created February 22, 2017 17:53
Files from "A practical guide to continuous integration in PHP"
image: tetraweb/php:7.0
services:
- mysql:5.6
variables:
MYSQL_ROOT_PASSWORD: root_password
MYSQL_DATABASE: my_db
before_script: