From 25df7405db93b19b8d37eb3212cc937dc7b08987 Mon Sep 17 00:00:00 2001 From: Ray Andrew <13515073@std.stei.itb.ac.id> Date: Thu, 26 Apr 2018 23:13:58 +0700 Subject: [PATCH] Initial commit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f46bc2..39a33b3 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # Select image from https://hub.docker.com/r/_/php/ -image: php:latest +image: php:fpm-alpine services: - mysql:5.7 -- GitLab