From e6e468667ff9d60989e3d4ca92bfed705dba1b35 Mon Sep 17 00:00:00 2001 From: Klaas <kliffen@astron.nl> Date: Wed, 25 Jan 2023 15:57:57 +0100 Subject: [PATCH] Try different path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc50af8..875087f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ include: -- local: "./{{cookiecutter.project_slug}}/.gitlab-ci.yml" +- local: "{{cookiecutter.project_slug}}/.gitlab-ci.yml" default: before_script: -- GitLab