Skip to content
Snippets Groups Projects
Commit 51ba4b6a authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Update .gitlab-ci.yml: try to add the dependencies between build and test.

parent a473d01a
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,8 @@ build: ...@@ -14,6 +14,8 @@ build:
# run tests using the binary built before # run tests using the binary built before
test: test:
stage: test stage: test
dependencies:
- build
script: script:
- cd build - cd build
- ./run gaudirun.py '$EXAMPLESROOT/options/tut_detsim.py' - ./run gaudirun.py '$EXAMPLESROOT/options/tut_detsim.py'
......
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