From 34b5ff4b38c92a4dc5286a17b1bfaea0f794404d Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 16 Feb 2024 20:28:11 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f613d73..f7a9997 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,9 @@ build: stage: build script: - echo "Compiling code" - tags: [java] + tags: [jdk17] + +test: + stage: build + - echo "Testing code" + tags: [jdk17] -- GitLab