From 144f284f2e34c0910df252c9fbec4eeb23458e07 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sat, 14 Jul 2018 17:50:21 +0200 Subject: [PATCH] [fix] ci: sync tests interact with each other and make one fail --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2ba1b9cf..0d4431e41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,15 +87,17 @@ test: expire_in: 4h sync_g1: - <<: *cached_nvm + <<: *nvm_env stage: test script: + - yarn - bash .gitlab/test/check_g1_sync.sh sync_gtest: - <<: *cached_nvm + <<: *nvm_env stage: test script: + - yarn - bash .gitlab/test/check_gt_sync.sh .build_releases: &build_releases -- GitLab