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
@@ -18,7 +18,7 @@ prepareTTCrepo:
image: openjdk:11
stage: models
script:
- "[ -d /ttc2018liveContest ] || git clone --depth=1 https://github.com/TransformationToolContest/ttc2018liveContest.git ttc2018liveContest"
- "[ -d ttc2018liveContest ] || git clone --depth=1 https://github.com/TransformationToolContest/ttc2018liveContest.git ttc2018liveContest"
- ln -sf ../../../../ttc2018liveContest/models solve/src/test/resources
# artifacts:
# paths:
Loading