From cb894996cf9cb664515fc2e6b836dd95c6e8a49b Mon Sep 17 00:00:00 2001
From: Neil-Jocelyn Schark <neil.schark@h-da.de>
Date: Wed, 24 Jan 2024 10:00:39 +0000
Subject: [PATCH] wip

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77fd6b20..fbd991cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,5 +42,6 @@ lint:
       - apk add --update make jq
       - echo "GITLAB_LOGIN=${GITLAB_LOGIN}" > build_env.env
       - echo "GITLAB_TOKEN=${GITLAB_TOKEN}" >> build_env.env
+      - echo "machine code.fbi.h-da.de login ${GITLAB_LOGIN} password ${GITLAB_TOKEN}" > ~/.netrc
       - make lint
     needs: []
-- 
GitLab