ci: Only run integration test if explicitly requested

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
This commit is contained in:
Georg Krause 2023-06-21 10:04:50 +02:00 committed by Kasper Seweryn
parent 6f282f984d
commit 6abaab9290
1 changed files with 6 additions and 2 deletions

View File

@ -314,9 +314,13 @@ build_metadata:
- docker-bake.front.json
test_integration:
interruptible: true
stage: test
image: cypress/base:16.14.2
rules:
- if: $RUN_CYPRESS
interruptible: true
image: cypress/base:18.12.1
cache: *front_cache
before_script:
- cd front
- yarn install