Add app-resources tests to ci

This commit is contained in:
Alexandre Aubin 2022-02-01 15:36:13 +01:00
parent e4863830c9
commit f9e15ff8a3

View file

@ -125,6 +125,15 @@ test-app-config:
- src/app.py - src/app.py
- src/utils/config.py - src/utils/config.py
test-app-resources:
extends: .test-stage
script:
- python3 -m pytest src/tests/test_app_resources.py
only:
changes:
- src/app.py
- src/utils/resources.py
test-changeurl: test-changeurl:
extends: .test-stage extends: .test-stage
script: script: