From 321a87ce9eb3b52d0e5427d0da15a578946326e6 Mon Sep 17 00:00:00 2001 From: Benhammou Mohammed Rachid <mrbenhammou@takima.fr> Date: Tue, 21 May 2024 16:03:39 +0200 Subject: [PATCH] update gitlab-ci.yml --- .gitlab-ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f7f4d86 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,22 @@ +include: + # import infra template + - project: "taki-infra/template-ci" + ref: main + file: "templates/frontend/.frontend-angular-npm-node-18.yml" + +variables: + TARGET_APP_NAME: allocine + ARTIFACT_PATH: dist/allocine + +build: + artifacts: + paths: + - dist/allocine + variables: + SIZE: large + +test: + variables: + SIZE: large + script: + - npm run test:ci \ No newline at end of file -- GitLab