From de8aef7a62cf0380991fc45b0c961afc1ee9b412 Mon Sep 17 00:00:00 2001 From: Sai Grandhi Date: Sat, 4 Nov 2017 18:02:27 +0300 Subject: [PATCH] Removed pip install from docker_image.rst Resolves issue #486 --- Users/Docker_Image.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Users/Docker_Image.rst b/Users/Docker_Image.rst index daddd3d5..135711c6 100644 --- a/Users/Docker_Image.rst +++ b/Users/Docker_Image.rst @@ -69,7 +69,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::