Skip to content
Snippets Groups Projects
Commit 065e72db authored by Marko Petric's avatar Marko Petric
Browse files

Fix container mounting path from Package to DD4hep

parent 4607a68e
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,8 @@ install: ...@@ -33,8 +33,8 @@ install:
# command to run tests # command to run tests
script: script:
- docker run -ti --name CI_container -v $PKGDIR:/Package -e COMPILER=$COMPILER -v /cvmfs/clicdp.cern.ch:/cvmfs/clicdp.cern.ch -d clicdp/slc6-build /bin/bash - docker run -ti --name CI_container -v $PKGDIR:/DD4hep -e COMPILER=$COMPILER -v /cvmfs/clicdp.cern.ch:/cvmfs/clicdp.cern.ch -d clicdp/slc6-build /bin/bash
- docker exec -ti CI_container /bin/bash -c "./Package/.dd4hep-ci.d/compile_and_test.sh" - docker exec -ti CI_container /bin/bash -c "./DD4hep/.dd4hep-ci.d/compile_and_test.sh"
# Don't send e-mail notifications # Don't send e-mail notifications
notifications: notifications:
......
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