Skip to content

Instantly share code, notes, and snippets.

@lattmann
Created May 1, 2015 16:20
Show Gist options
  • Save lattmann/351004710860c9b1ba32 to your computer and use it in GitHub Desktop.
Save lattmann/351004710860c9b1ba32 to your computer and use it in GitHub Desktop.
Sample job for GitLab CI nodejs job
# Using this docker container as runner https://gist.github.com/lattmann/867ce63e5c87918afcee
source $NVM_DIR/nvm.sh
nvm --version
nvm use 0.12.2
node -v
npm -v
git submodule update --init
git log -1
npm install
npm run test_travis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment