diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b1ab731129bbaa26b80f73e1e2d4206b9f2b851..0b9976f1167e967628b0f534e121dc6640fc23a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,9 +22,7 @@ buildpkg:
 checkpkg:
   stage: test
   script:
-    - R -e 'if (!identical(devtools::check(document = FALSE, args = "--no-tests")[["errors"]], character(0))) stop("Check with Errors")'
-    - R -e 'if (!identical(devtools::check(document = FALSE, args = "--no-tests")[["warnings"]], character(0))) stop("Check with Warnings")'
-    - R -e 'if (!identical(devtools::check(document = FALSE, args = "--no-tests")[["notes"]], character(0))) stop("Check with Notes")'
+    - R -e 'devtools::check(document = FALSE)'
 
 installpkg:
   stage: deploy