Bring back local-repo-job for testing

This commit is contained in:
Matej Sima 2019-09-21 14:28:33 +02:00
parent 9fb65e71e8
commit 2773a2e4cd

View File

@ -76,14 +76,14 @@ local-dune-job:
# TODO: uncomment this
# TODO
# local-repo-job:
# <<: *before_script
# stage: test
# script:
# - scripts/install_vendors_deps.sh
# # TODO: also try from time to time with --build-test
# - opam install -y ligo
local-repo-job:
<<: *before_script
stage: test
script:
- scripts/install_vendors_deps.sh
# TODO: also try from time to time with --build-test
- opam install -y ligo
- ligo
remote-repo-job:
<<: *before_script