From b1f8cf4b7e1547600be35a9eba9ad38528f80739 Mon Sep 17 00:00:00 2001 From: Bethea Davida <betheazia17@gmail.com> Date: Tue, 24 Apr 2018 09:58:05 +0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 740078d..92f7340 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/python -image: python:2.7 +image: python:2.7.14 # Pick zero or more services to be used on all builds. # Only needed when using a docker container to run your tests in. @@ -20,7 +20,7 @@ cache: paths: - ~/.cache/pip/ - /usr/bin/python2.7 - - /usr/local/lib/python2.7/dist-packages + - /usr/local/lib/python2.7/site-packages # This is a basic example for a gem or script which doesn't use # services such as redis or postgres -- GitLab