From 6afd4bc7ca45c23afa380b7a48425ca3231b75f8 Mon Sep 17 00:00:00 2001 From: Jovana Petkovic <jovanape@stud.ntnu.no> Date: Tue, 9 May 2023 13:27:20 +0200 Subject: [PATCH] tweaks --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f542586..185f092 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,6 @@ test: # install dependencies - npm ci # start the server in the background - - npm run start:ci & + - npm run start & # run Cypress tests - npm run e2e \ No newline at end of file -- GitLab