diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79d50d6..2e8f06d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,4 +69,7 @@ full-test-linux:      - cd linux-*/      - (makers -p 2>&1 || true) | grep 'Configuration file ".config" not found!'      - makers help +    - makers mrproper +    - makers defconfig +    - makers    allow_failure: true |