From 11288cf4684e899c6a6139ae94e45bb6817e5198 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Sun, 2 Jul 2023 12:11:01 +0000 Subject: [PATCH] Added YAML file to run node server --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40b6b9b..18a2d22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ image: node:lts + stages: - build - deploy -- GitLab