Commit 0a690122 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixed warnings

parent 91cc6808
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,8 +39,9 @@ test_problem_1c:
  stage: test
  needs:
    - job: compile_problem_1c
      artifacts: true;
      artifacts: true
  script:
    - echo "$HW0_INTERNAL" | base64
    - cd hw0/tests
    - ./problem1c
  rules: