From 29d7bdacd6597d948a831e90d51fe84bb73caee7 Mon Sep 17 00:00:00 2001 From: Andreas <andreksv@ntnu.no> Date: Thu, 18 Apr 2024 10:18:41 +0200 Subject: [PATCH] feature/Updated .gitlab-ci.yml to include job for lint and run in a docker container --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a595445..c6a49b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,3 +25,4 @@ build_project: stage: build_project script: - npm run build + -- GitLab