From 86f1997da7b65a2212f573af5f7a0c1f6a82a5c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Krzysztof=20Doma=C5=84czy?= <krzysztof@deravesoftware.com>
Date: Mon, 19 Jun 2023 07:05:51 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b48a98b00d..d677d6a159 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,8 +73,8 @@ lint-js:
     - pnpm run typecheck
     - pnpm run lint
     - pnpm run lint:css
-  # dependencies:
-    # - js-dependencies
+  dependencies:
+    - js-dependencies
 
 tests:
   stage: quality
@@ -91,8 +91,8 @@ tests:
     # run phpunit without code coverage
     # TODO: add code coverage
     - vendor/bin/phpunit --no-coverage
-  # dependencies:
-    # - php-dependencies
+  dependencies:
+    - php-dependencies
 
 bundle:
   stage: bundle
-- 
GitLab