diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-25 16:52:59 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-25 16:55:43 -0500 |
commit | 5569eefff5aabaa53b7e7e50b9ea4b177559deb1 (patch) | |
tree | 7d670d0ae1a237eb8feb62b6784d0d7db46eef24 /.gitlab-ci.yml | |
parent | 9b65ae69fbeddcb9df7c70b71c9cf62be1e03dbd (diff) | |
download | haskell-5569eefff5aabaa53b7e7e50b9ea4b177559deb1.tar.gz |
gitlab-ci: Require that integer-simple configuration passes
The last step of #15915.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25771c2b41..e471d99611 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - full-build ############################################################ -# Tags +# Runner Tags ############################################################ # # * x86_64-linux: Any Docker-capable x86_64 Linux machine @@ -267,7 +267,6 @@ validate-x86_64-linux-fedora27: validate-x86_64-linux-deb9-integer-simple: extends: .validate-linux stage: full-build - allow_failure: true variables: INTEGER_LIBRARY: integer-simple image: ghcci/x86_64-linux-deb9:0.2 |