From 222fa0a4337110c7bcbc3566b53534028045479b Mon Sep 17 00:00:00 2001 From: az Date: Wed, 1 Dec 2021 17:31:00 +0100 Subject: [PATCH] fix branch name local-integration-test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a391552..e02a08a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,7 +156,7 @@ nextcloud-integrationtest: stage: integrationtest image: docker:latest rules: - - if: '$CI_COMMIT_BRANCH == "integration-local"' + - if: '$CI_COMMIT_BRANCH == "local-integration-test"' services: - docker:dind before_script: