Better cache in dockerfile
This commit is contained in:
parent
3396329c19
commit
1b58965e8c
2 changed files with 5 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ test_api:
|
|||
image: funkwhale/funkwhale:base
|
||||
before_script:
|
||||
- cd api
|
||||
- pip install -r requirements/base.txt
|
||||
- pip install -r requirements/local.txt
|
||||
- pip install -r requirements/test.txt
|
||||
script:
|
||||
- pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue