From 79e284aee2c9e2a9b73dc61bb2f3f113ec0fd72c Mon Sep 17 00:00:00 2001 From: Krishna Kant Singh <k.singh@fz-juelich.de> Date: Fri, 28 Mar 2025 11:49:18 +0100 Subject: [PATCH] added gitpages --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..4cadb16 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,2 @@ +# The Docker image that will be used to build your app +image: alpine:latest -- GitLab