Update .gitlab-ci.yml

This commit is contained in:
Ruixiang Du
2020-08-16 10:33:10 +00:00
parent b4dcc58648
commit 0d85ba8aea

View File

@@ -20,4 +20,6 @@ build:
test: test:
stage: test stage: test
script: script:
- pwd && ls && ./bin/gtest_all - ./build/bin/gtest_all
dependencies:
- build