From e4ffb5aa57e7745a6617b191b8ed409bcee9af98 Mon Sep 17 00:00:00 2001 From: Toni Salo <tokasal@utu.fi> Date: Sat, 1 May 2021 12:52:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..1d69771 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: node:latest +build: + stage: build + script: + - npm start + +test: + stage: test + script: + - npm test -- GitLab