diff --git a/README.md b/README.md
index 57415e520d452706c3984fbf2f1c93d0e0db7467..deef5788f052db5fd403eda40055d65b1c815a5e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
 A basic base64 encoder / decoder for Rust.
 ==========================================
 
+### STATUS:
+[![pipeline status](https://gitlab.com/jeremymreed/base64-lib/badges/master/pipeline.svg)](https://gitlab.com/jeremymreed/base64-lib/commits/master)
+[![pipeline status](https://gitlab.com/jeremymreed/base64-lib/badges/develop/pipeline.svg)](https://gitlab.com/jeremymreed/base64-lib/commits/develop)
+
+==========================================
+
 1. [Usage](https://gitlab.com/jeremymreed/base64-lib#usage)
 	* [Import](https://gitlab.com/jeremymreed/base64-lib#import)
 	* [Encode](https://gitlab.com/jeremymreed/base64-lib#encode)