Add Gitlab CI support

This commit is contained in:
rubenwardy
2020-01-19 15:51:47 +00:00
parent d503908a65
commit fd6ba459f9
13 changed files with 73 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh
docker exec -it contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --disable-warnings"
docker exec contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --cov=app --disable-warnings"