Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -18,6 +18,9 @@ test_dependencies: - echo "Runner successfully running" - which python3 - ls -l /usr/bin/python3 - whoami - whoami | groups - echo "$VIRTUAL_ENV" - gcc -v - clang -v - make -v Loading Loading @@ -48,8 +51,6 @@ test_dependencies: - python -m pip show requests - python -m pip show bitstring - python -m pip list - whoami - whoami | groups - ls -d /usr/local/ltv - ls -d /usr/local/testv Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -18,6 +18,9 @@ test_dependencies: - echo "Runner successfully running" - which python3 - ls -l /usr/bin/python3 - whoami - whoami | groups - echo "$VIRTUAL_ENV" - gcc -v - clang -v - make -v Loading Loading @@ -48,8 +51,6 @@ test_dependencies: - python -m pip show requests - python -m pip show bitstring - python -m pip list - whoami - whoami | groups - ls -d /usr/local/ltv - ls -d /usr/local/testv Loading