From d1e9e09289207722622ca2845a51b8bf36c68541 Mon Sep 17 00:00:00 2001 From: "alexandr.kravchenko" <alexander.kravchenko@demlabs.net> Date: Sat, 17 Aug 2019 13:17:38 -0400 Subject: [PATCH] S2425 migration --- .gitlab-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bf512f5d..d70aec97a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,4 @@ kelvin-node-schedule: stage: build tags: - kelvin-node - script: ~/production/integration/gitlab-CI/build_all_handler.sh kelvin-node + script: ~/production/integration/gitlab-CI/build_all_handler.sh kelvin-node && ~/production/integration/gitlab-CI/travis_test.sh diff --git a/README.md b/README.md index 69fb3acc6..663d44176 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # kelvin-node Kelvin Blockchain node -[](https://travis-ci.com/cellframe/kelvin-node) +[](https://travis-ci.com/osetrovich/kelvin-node-ci) [Kelvin node manual](https://github.com/cellframe/kelvin-node/wiki/Kelvin-Node) -- GitLab