diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index edc73050cebe1b0533fa1dd498e36a6b5155b2d4..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a template, and might need editing before it works on your project. -# Official framework image. Look for the different tagged releases at: -# https://hub.docker.com/r/library/node/tags/ -image: node:8 - -# This folder is cached between builds -# http://docs.gitlab.com/ce/ci/yaml/README.html#cache -cache: - paths: - - node_modules/ - -all_tests: - script: - - npm install - - npm test