Loading ci_cd/problem1c.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
ci_cd/problem1c.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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: Loading