From d0299606c2e9b57e36260ae251d61529668cb850 Mon Sep 17 00:00:00 2001
From: Paolo Brasolin <paolo.brasolin@eurac.edu>
Date: Tue, 1 Mar 2022 17:49:32 +0100
Subject: [PATCH] ci: fix #fe artifact path

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1480c48..1b069ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,8 @@ stages:
 
 #==[ Backend build ]============================================================
 
+# TODO: cache docker layers
+# TODO: build ts
 be-build-job:
   image: docker:latest
   stage: build
@@ -98,7 +100,7 @@ fe-build-job:
     - npm run build
   artifacts:
     paths:
-      - dist/
+      - frontend/dist/
 
 #==[ Frontend deployment ]======================================================
 
-- 
GitLab