diff --git a/README.md b/README.md index 6b7429d3e6c7dd012869354ffaabab79884f1e49..b1bc6c3ddc10b4e9ab46d55f2e3fc33af56835cb 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.