Loading .gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,9 @@ build: stage: build script: - echo "Compiling code" tags: [java] tags: [jdk17] test: stage: build - echo "Testing code" tags: [jdk17] Loading
.gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,9 @@ build: stage: build script: - echo "Compiling code" tags: [java] tags: [jdk17] test: stage: build - echo "Testing code" tags: [jdk17]