start new:
tmux
start new with session name:
tmux new -s myname
| # The folders below will be cached between builds | |
| # http://docs.gitlab.com/ce/ci/yaml/README.html#cache | |
| cache: | |
| paths: | |
| - node_modules/ | |
| - _site # or other arbitrary directory | |
| stages: | |
| - build | |
| - test |