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