diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e3a5110..60a80507 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,9 @@ cache:
R:
stage: build
- allow_failure: true
+ allow_failure: false
+ variables:
+ WARNINGS_ARE_ERRORS: 1
script:
# remove vignettes folder and get VignetteBuilder field out of DESCRIPTION file
- rm -rf vignettes
diff --git a/README.md b/README.md
index daaa9ed3..73a6eb87 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# `AMR` (for R)
+# `AMR` (for R)
### Not a developer? Then please visit our website [https://msberends.gitlab.io/AMR](https://msberends.gitlab.io/AMR) to read about this package.
**It contains documentation about all of the included functions and also a comprehensive tutorial about how to conduct AMR analysis.**