diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2de6d958a74cc452ee8e130ec7fe534d99e5f8a2..727cecf5be3bc4b07c2694b9bd4b2c18df84dd0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,8 @@ Python 2.7 POCL:
   - python2.7
   - pocl
   - mpi
+  # https://github.com/pocl/pocl/issues/757
+  allow_failure: true
   except:
   - tags
   artifacts:
@@ -26,6 +28,8 @@ Python 3 POCL:
   - python3
   - pocl
   - mpi
+  # https://github.com/pocl/pocl/issues/757
+  allow_failure: true
   except:
   - tags
   artifacts:
@@ -62,6 +66,8 @@ Python 2.7 POCL MPI:
   - python2.7
   - pocl
   - mpi
+  # https://github.com/pocl/pocl/issues/757
+  allow_failure: true
   except:
   - tags
   artifacts:
@@ -80,6 +86,8 @@ Python 3 POCL MPI:
   - python3
   - pocl
   - mpi
+  # https://github.com/pocl/pocl/issues/757
+  allow_failure: true
   except:
   - tags
   artifacts:
@@ -116,6 +124,8 @@ Python 3 POCL Examples:
   - python3
   - pocl
   - large-node
+  # https://github.com/pocl/pocl/issues/757
+  allow_failure: true
   except:
   - tags