From e2cfbda1a616c853b8a87a6929a4840fd1161d54 Mon Sep 17 00:00:00 2001 From: Andreas <andreksv@ntnu.no> Date: Thu, 18 Apr 2024 09:47:57 +0200 Subject: [PATCH] test/Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77f9fb1..6f9a7ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,12 +11,10 @@ cache: install_dependencies: stage: install - image: node:latest script: - npm install build_project: stage: build - image: node:latest script: - npm run build -- GitLab