diff options
| -rw-r--r-- | .gitlab-ci.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b5692118..5da173696 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ build-v4:    tags:      - bullseye    only: -    - WIP/v4.0 +    - main  test-v4:    stage: "test" @@ -36,7 +36,7 @@ test-v4:    tags:      - bullseye    only: -    - WIP/v4.0 +    - main  debian:    stage: "test"  | 
