From 8e2d3cf2f63df5e0695817ae654d903dc8a578c7 Mon Sep 17 00:00:00 2001 From: Vlad Dobromyslov Date: Mon, 17 Jul 2023 10:06:14 +0300 Subject: [PATCH] #555 - set test-e2e as manual --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ec040bc..ca0c83a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -167,3 +167,5 @@ test-e2e: - docker rmi $(docker images -a | grep -v 'hive-for-peerplays\|ethereum-for-peerplays\|bitcoin-for-peerplays\|ubuntu-for-peerplays' | awk '{print $3}') tags: - python-tests + when: + manual