Commit 752ce3e5 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Add new file

parent 77da7095
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

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

build-job:
  stage: build
  script:
    - echo "This is where code compilation would go ..."
  tags: [java]