Skip to content
Snippets Groups Projects
Commit 8770acd7 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fix integration test

Problem: integration test needs to add new remote when triggered from
fork
parent 869d901a
Branches
Tags
No related merge requests found
......@@ -114,6 +114,8 @@ pycodegen-integration:
- git submodule foreach git fetch origin # compare the latest master version!
- git submodule foreach git reset --hard origin/master
- cd pystencils
- git remote add test $CI_REPOSITORY_URL
- git fetch test
- git reset --hard $CI_COMMIT_SHA
- cd ..
- export PYTHONPATH=`pwd`/pystencils:`pwd`/lbmpy:`pwd`/pygrandchem:`pwd`/pystencils_walberla:`pwd`/lbmpy_walberla
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment