diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..b91dd9d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: node:latest + +cache: + paths: + - node_modules/ + +test_execution: + script: + - npm install + - ls -al \ No newline at end of file