Commit 8780337f authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml file

parent d52cf214
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+7 −0
Original line number Diff line number Diff line
stages:          # List of stages for jobs, and their order of execution
  - build
 
build-job:       # This job runs in the build stage, which runs first.
  stage: build
  script:
    - echo "This should compile the code ... eventually ..."
 No newline at end of file