Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ test_dependencies: script: - echo 0 > zero # Helper file - echo "Runner successfully running" - which python3 - ls -l /usr/bin/python3 - gcc -v - clang -v - make -v Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ test_dependencies: script: - echo 0 > zero # Helper file - echo "Runner successfully running" - which python3 - ls -l /usr/bin/python3 - gcc -v - clang -v - make -v Loading