fix branch name local-integration-test
This commit is contained in:
parent
3959f10bbe
commit
222fa0a433
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ nextcloud-integrationtest:
|
||||||
stage: integrationtest
|
stage: integrationtest
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH == "integration-local"'
|
- if: '$CI_COMMIT_BRANCH == "local-integration-test"'
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue