Skip to content
Snippets Groups Projects
Commit 504fdd1e authored by Hamer Iboshi's avatar Hamer Iboshi
Browse files

Added gitlab-cy file

parent 5a30fc51
Branches
No related tags found
1 merge request!28Development
Pipeline #21507 failed
image: node:9.2.1
stages:
- test
services:
- mongo:latest
variables:
NODE_ENV: 'test'
regression_tests:
stage: test
before_script:
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python get-pip.py
script:
- git clone https://gitlab.c3sl.ufpr.br/SMPPIR/smppir-api-regression-test.git
- cd smppir-api-regression-test
- pip install -r requirements.txt
- python manage.py comparison
tags:
- node
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment