Skip to content
Snippets Groups Projects

CI and other bugs

Merged René Schöne requested to merge ci into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -23,7 +23,7 @@ prepareTTCrepo:
image: openjdk:11
stage: models
script:
- git clone --depth=1 git@github.com:TransformationToolContest/ttc2018liveContest.git /ttc2018liveContest
- git clone --depth=1 https://github.com/TransformationToolContest/ttc2018liveContest.git /ttc2018liveContest
- cd solve/src/test/resources
- ln -s /ttc2018liveContest/models .
artifacts:
Loading