From cafd24c71268ee1c57a58508cbf16a5da2e4f536 Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Thu, 15 Apr 2021 14:01:53 +0200
Subject: [PATCH] Fix configuration

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f1a273..0add11d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ build:
     - yarn install
     - yarn test
     - yarn build
-
+    
 build-documentation:
   stage: build_documentation
   script:
@@ -19,4 +19,5 @@ build-documentation:
   artifacts:
     paths:
       - styleguide
-  only: master
+  only: 
+    - master
-- 
GitLab