From c122d50d1d11df4befe4b3435391a0fb1f108d8d Mon Sep 17 00:00:00 2001 From: Sai Grandhi Date: Mon, 6 Nov 2017 15:10:39 +0300 Subject: [PATCH] Docker_image.rst: remove pip install instruction http://docs.coala.io/en/latest/Users/Docker_Image.html#coala-on-gitlab-ci mentions invokingpip install -r requirements.txt. It is unnecessary and the documentation has been updated to show the changes. Closes #486 --- Users/Docker_Image.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Users/Docker_Image.rst b/Users/Docker_Image.rst index 74846b10..5aeab5fe 100644 --- a/Users/Docker_Image.rst +++ b/Users/Docker_Image.rst @@ -73,7 +73,6 @@ on your code with a ``.gitlab-ci.yml``, like this: check_code: image: coala/base script: - - pip install -r requirements.txt - coala --ci .. note::