Commit 34b5ff4b authored by Administrator's avatar Administrator
Browse files

Update .gitlab-ci.yml

parent f71c53cf
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -6,4 +6,9 @@ build:
  stage: build
  script:
    - echo "Compiling code"
  tags: [java]
  tags: [jdk17]

test:
  stage: build
    - echo "Testing code"
  tags: [jdk17]