From 09c2a7ccd65f1613b89f698503adfcd9a5452901 Mon Sep 17 00:00:00 2001 From: Liuxi Mei <liume102@student.liu.se> Date: Tue, 24 Sep 2024 14:11:20 +0200 Subject: [PATCH] update --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa7d4fc..3842378 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,12 +31,12 @@ testing: pages: stage: deploy dependencies: - - testing + - testing script: - - ls + - ls artifacts: - paths: - - public - expire_in: 30 days + paths: + - public + expire_in: 30 days only: - - master \ No newline at end of file + - master \ No newline at end of file -- GitLab