From 84c816e6251600d46b4a0f154c26cb6853746461 Mon Sep 17 00:00:00 2001 From: okhin Date: Mon, 2 Jan 2017 13:23:36 +0100 Subject: [PATCH] Fixing the CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a395be..0f1ffef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,10 @@ before_script: job install: variables: - BASE_PATH: $PREPROD_BASE_PATH - VIRTUALENV: $BASE_PATH/.sip-backend_env/ + BASE_PATH: /srv/piphone/sip-backend/ + VIRTUALENV: $/srv/piphone/sip-backend/.sip-backend_env script: - - rsync -ruC . ${BASE_PATH} + - rsync -ruC ./ ${BASE_PATH} - source ${VIRTUALENV}/bin/activate - pip install --upgrade pip - pip install --upgrade -r requirements.txt -- 2.22.0