analysispreservation.cern.ch
analysispreservation.cern.ch copied to clipboard
tests: Avoid building the image in e2e tests multiple times
Currently, in docker-compose-e2e.yml we extend app in web-api and files-api. It results in building the image for app 3 times in total which is time consuming.
Expected
- Find a solution to build the image only once.
- Use the built image in web-api and files-api.