Loading ci_cd/problem1c.yml +3 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,9 @@ compile_problem_1c: test_problem_1c: stage: test dependencies: - prebuild_problem_1c needs: - job: compile_problem_1c artifacts: true; script: - cd hw0/tests - ./problem1c Loading Loading
ci_cd/problem1c.yml +3 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,9 @@ compile_problem_1c: test_problem_1c: stage: test dependencies: - prebuild_problem_1c needs: - job: compile_problem_1c artifacts: true; script: - cd hw0/tests - ./problem1c Loading