diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fac98fea984ec..30f47434c478b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -377,6 +377,15 @@ linux64_multiprocess-test: variables: BUILD_TARGET: linux64_multiprocess +linux64_nowallet-test: + extends: + - .test-template + - .skip-in-fast-mode-template + needs: + - linux64_nowallet-build + variables: + BUILD_TARGET: linux64_nowallet + #linux64_valgrind-test: # extends: # - .test-template