From af1bc4a911cb4768682419cb70be8df06284cd52 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 20 Jan 2023 11:58:39 +0100 Subject: [PATCH] Fix path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a49bb78..5109ecd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,4 @@ website-image-test-publish: image: domaindrivenarchitecture/devops-build:latest stage: image script: - - cd infrastructure/docker-nextcloud && pyb image test \ No newline at end of file + - cd infrastructure/c4k-website-build && pyb image test \ No newline at end of file