Skip to content
Snippets Groups Projects
Commit 1f65154d authored by Miguel Angelo Salerno's avatar Miguel Angelo Salerno
Browse files

fix gitlab-ci

parent 7faf3b9f
No related branches found
No related tags found
2 merge requests!309Merge new updates into master,!283Homologa
...@@ -31,13 +31,13 @@ regression_tests: ...@@ -31,13 +31,13 @@ regression_tests:
- npm install - npm install
- gulp build && gulp & - gulp build && gulp &
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python get-pip.py - python3 get-pip.py
- sleep 60 - sleep 60
script: script:
- git clone https://gitlab.c3sl.ufpr.br/simcaq/lde-api-regression-test.git - git clone https://gitlab.c3sl.ufpr.br/simcaq/lde-api-regression-test.git
- cd lde-api-regression-test - cd lde-api-regression-test
- pip install -r requirements.txt - pip3 install -r requirements.txt
- python manage.py compare --verbose - python3 manage.py compare --verbose
tags: tags:
- node - node
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment