From 904103496de97f8562976f73c0d737a086cc2941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Wed, 13 Jun 2018 17:04:10 +0800 Subject: [PATCH] Alpha/Delegate: fix ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfec2e840..0be4ef886 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -190,12 +190,12 @@ test:p2p:banned_peers: test:client_alpha:endorsement: <<: *test_definition script: - - jbuilder build @src/proto_alpha/lib_baking/runtest_endorsement + - jbuilder build @src/proto_alpha/lib_delegate/runtest_endorsement test:client_alpha:vote: <<: *test_definition script: - - jbuilder build @src/proto_alpha/lib_baking/runtest_vote + - jbuilder build @src/proto_alpha/lib_delegate/runtest_vote test:basic.sh: <<: *test_definition