diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 356b1c4bb62a490f2043bcaf264a4cd660bf03e1..13096dc78ddda72ceda8d8d91a074627c87cfb8c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,13 +31,13 @@ regression_tests: - npm install - gulp build && gulp & - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - - python get-pip.py + - python3 get-pip.py - sleep 60 script: - git clone https://gitlab.c3sl.ufpr.br/simcaq/lde-api-regression-test.git - cd lde-api-regression-test - - pip install -r requirements.txt - - python manage.py compare --verbose + - pip3 install -r requirements.txt + - python3 manage.py compare --verbose tags: - node