Skip to content
Snippets Groups Projects
Commit 144f284f authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] ci: sync tests interact with each other and make one fail

parent 8e438612
No related branches found
No related tags found
No related merge requests found
...@@ -87,15 +87,17 @@ test: ...@@ -87,15 +87,17 @@ test:
expire_in: 4h expire_in: 4h
sync_g1: sync_g1:
<<: *cached_nvm <<: *nvm_env
stage: test stage: test
script: script:
- yarn
- bash .gitlab/test/check_g1_sync.sh - bash .gitlab/test/check_g1_sync.sh
sync_gtest: sync_gtest:
<<: *cached_nvm <<: *nvm_env
stage: test stage: test
script: script:
- yarn
- bash .gitlab/test/check_gt_sync.sh - bash .gitlab/test/check_gt_sync.sh
.build_releases: &build_releases .build_releases: &build_releases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment