From dd7afa9bb16dadc821c44b94465fc2f5ac6c2806 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com>
Date: Fri, 30 Aug 2024 12:42:55 +0200
Subject: [PATCH] pypy fix

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 389cc879..58099a34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,10 +54,12 @@ test_python39:
 test_pypy310:
   extends: .test
   image: pypy:3.10
+  when: manual
 
 test_pypy39:
   extends: .test
   image: pypy:3.9
+  when: manual
 
 test_python310:
   extends: .test
-- 
GitLab