diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-01-19 15:51:47 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-01-19 18:15:18 +0000 |
commit | fd6ba459f928d110d796cd464b16f47f97dc0f53 (patch) | |
tree | aa803f6a08e83dcc64acb3cd59406ad769fca55d /utils/tests.sh | |
parent | d503908a652fdbd1453f59d5a106b4da8c46055b (diff) | |
download | cheatdb-fd6ba459f928d110d796cd464b16f47f97dc0f53.tar.xz |
Add Gitlab CI support
Diffstat (limited to 'utils/tests.sh')
-rwxr-xr-x | utils/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tests.sh b/utils/tests.sh index adedcf4..82df3d1 100755 --- a/utils/tests.sh +++ b/utils/tests.sh @@ -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" |