Browse Source

Allow public CI test failures for now

timvisee 6 years ago
parent
commit
37f2ef3f8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -124,6 +124,7 @@ test-cargo:
 test-public:
 test-public:
   image: alpine:latest
   image: alpine:latest
   stage: test
   stage: test
+  allow_failure: true
   dependencies:
   dependencies:
     - build-x86_64-linux-musl
     - build-x86_64-linux-musl
   variables:
   variables: