.gitlab-ci.yml: fix 'only' syntax

jobs:test:only has to be either an array of conditions or a hash
This commit is contained in:
nodiscc
2021-07-02 18:26:49 +02:00
parent bca9557124
commit 5a03a5cf03

View File

@@ -8,4 +8,5 @@ test:
- export LANG=C.UTF-8
script:
- make checks
only: master
only:
- master