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

remove gitlab-ci

parent e3b2ed0d
No related branches found
No related tags found
2 merge requests!309Merge new updates into master,!283Homologa
image: node:9.2.1
stages:
- test
services:
- mongo:latest
variables:
MONGO_URI: 'mongodb://mongo/app_name'
NODE_ENV: 'test'
#run_tests:
# stage: test
# before_script:
# - node -v
# - npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha #gulp-eslint
# - npm install
# script:
# - ping -W1 -c1 mongo
# - sed -i -e 's/false/true/g' config.json
# - gulp build
# - gulp test
# tags:
# - node
regression_tests:
stage: test
before_script:
- npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint
- npm install
- gulp build && gulp &
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python 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
tags:
- 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