diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82ae0b519..7ec2872c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ build-v4: only: - main - develop + - develop-4.4 test-v4: stage: "test" @@ -43,6 +44,7 @@ test-v4: only: - main - develop + - develop-4.4 debian: stage: "test" |