From a2567eacc2ae75153717d8bcd0c0603ed078e5c2 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 2 Jul 2018 20:28:36 +0000 Subject: [PATCH] updated ci test yml --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9216700e..f902429d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ -before_script: - - apt-get update -qq && apt-get install -y -qq tor - - pip install -r requirements.txt -test_onionr: - script: - - make test \ No newline at end of file +test: + script: + - apt-get update -qy + - apt-get install -y python-dev python-pip tor + - pip install -r requirements.txt + - make test \ No newline at end of file