From 003536693c13e68f3810d75bda93da14a72466dc Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Mon, 10 May 2021 11:57:29 +0200
Subject: [PATCH] Forgotten gitlab ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7fc9cae..047996c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
 
 before_script:
   - "pip install -U platformio"
-  - "cp ampel-firmware/config.public.h ampel-firmware/config.h"
+  - "cp src/config.public.h src/config.h"
 
 job:
   stage: build
-- 
GitLab