From c2d9333507b4b69e138a2e7ea26516fc6b968a68 Mon Sep 17 00:00:00 2001 From: Thomas MENARD <thomas.menard@pasteur.fr> Date: Tue, 4 Jun 2019 10:48:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b7429d..b1bc6c3 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ CMD gunicorn -b :$PORT mysite.wsgi ### Setup Gitlab CI -At the root of your git repository create a `.gitlab-ci.yaml` file. +At the root of your git repository create a `.gitlab-ci.yml` file. We will use a special docker image which contain the docker binary. We will attach to the running docker daemon in order to build the image. -- GitLab