From bc8fdbde19cab2f82c2b153a08d5b03173446c9e Mon Sep 17 00:00:00 2001
From: Mark Oliver Mints <mmints@uni-koblenz.de>
Date: Sat, 29 May 2021 19:12:09 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7872f23f..29c45f26 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ More information about Git LFS [here](https://git-lfs.github.com/).
 
 ## Build
 
+ [![pipeline status](https://gitlab.uni-koblenz.de/vulkan2021/vkcv-framework/badges/develop/pipeline.svg)](https://gitlab.uni-koblenz.de/vulkan2021/vkcv-framework/-/commits/develop)
+
 Git submodules are used for libraries. 
 To download the submodules either clone using `git clone --recurse-submodules` or after `git clone` use `git submodule init` and `git submodule update`.
 
@@ -22,4 +24,4 @@ https://vkcv.de/develop/
 The documentation concerning the respective merge request is listed here:  
 https://vkcv.de/branch/  
 
-It is automatically generated and uploaded using the CI pipeline.
\ No newline at end of file
+It is automatically generated and uploaded using the CI pipeline.
-- 
GitLab