From a448fdfc375513f94ab3e0f0057c7e704df46982 Mon Sep 17 00:00:00 2001 From: vipul Aggarwal Date: Sat, 11 Nov 2017 17:18:51 +0530 Subject: [PATCH] pip install remove from Docker_image.rst #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::