From 8481b11bd30e8b579a704d83992385c58bf75110 Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Mon, 6 Jan 2025 16:04:05 +0100 Subject: [PATCH] fix:#64 remove unused Docker variables from CI configuration --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c5bf84..1203c68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,7 +106,6 @@ test-frontend: - npm run test dependencies: - lint-frontend - deploy-dev: stage: deploy image: alpine:latest