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

Add .gitlab-ci.yml

parent 79afe3a7
No related branches found
No related tags found
No related merge requests found
Pipeline #21564 failed
stages:
- test
regression_tests:
stage: test
before_script:
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python get-pip.py
- sleep 60
script:
- cd lde-api-regression-test
- git checkout development
- pip install -r requirements.txt
- python manage.py compare
tags:
- ubuntu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment