From 90c3425c847252858a0c2a43db7c354a5653a2d9 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 22 Jun 2021 17:03:12 +0200
Subject: [PATCH] update pipeline

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0996ed..b12af70 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -192,6 +192,9 @@ cert:
   tags: [docker]
   stage: build
   image: $CPPINTTEST_REGISTRY_IMAGE
+  only:
+    - schedules
+    - web
   artifacts:
     paths:
       - .docker/cert/
-- 
GitLab