From e14983ee182e569ea03bd6a8d5401ce143eb404a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Wed, 14 Jun 2023 15:03:22 -0400
Subject: [PATCH] jenkinsfile: run tests

Change-Id: Id0c1255556f987813daa43b14bf9dda22145e35b
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0787ee4..14b2b55 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,6 +60,7 @@ pipeline {
             steps {
                 script {
                     docker.build("jami-plugins-store:${env.BUILD_ID}", "--target test .")
+                    sh "docker run -t --rm jami-plugins-store:${env.BUILD_ID}"
                 }
             }
         }
-- 
GitLab