You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
230 B

  1. terminal:
  2. # This can be any image that has the necessary runtime environment for your project.
  3. image: node:10-alpine
  4. before_script:
  5. - apk update
  6. script: sleep 60
  7. variables:
  8. RAILS_ENV: "test"
  9. NODE_ENV: "test"