Commit 7704f000 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Add new file

parent 7d594448
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+9 −0
Original line number Diff line number Diff line
stages:
  - build
  - test

build:
  stage: build
  script:
    - echo "Compiling code"
  tags: [java]