From 6c3238730a9ed11a55024748ecb119ea85e192fb Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 7 Apr 2016 09:58:02 -0400 Subject: [PATCH] try not installing things, use image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 161bd86..753087c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: python:2.7 before_script: - - apt-get update -qq && apt-get install -y -qq python python-pip + #- apt-get update -qq && apt-get install -y -qq python python-pip - python --version - pip install -r requirements.txt @@ -11,4 +11,4 @@ types: job_test: type: test script: - - python test.py + - python tests.py