Commit 5c88b793 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent 6324134b
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
stages:
  - build
  - build_data_structures
  - build_colorer
  - test
  - compete

compile_data_structures:
  stage: build
  stage: build_data_structures
  script:
    - echo "Compiling data structure code for $GITLAB_USER_LOGIN"
    - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw2/problem-1-testing/-/archive/master/problem-1-testing-master.tar -o temp.tar
@@ -35,7 +36,7 @@ test_data_structures:
  tags: [java]

compile_colorer:
  stage: build
  stage: build_colorer
  script:
    - echo "Compiling data structure code for $GITLAB_USER_LOGIN"
    - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw2/problem-1-testing/-/archive/master/problem-1-testing-master.tar -o temp.tar