diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f613d7385ab4baa213ae5d60be59e3c0426bd9d5..f7a999735f46dae09db39f131ab1b9db73d85790 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]