From 1f65154d7c0f1a47e4a5480275eb4f8f7845acc6 Mon Sep 17 00:00:00 2001 From: Miguel Salerno <mans17@inf.ufpr.br> Date: Mon, 2 May 2022 10:33:27 -0300 Subject: [PATCH] fix gitlab-ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 356b1c4b..13096dc7 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 -- GitLab