Loading .gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ stages: test_dependencies: stage: test tags: - test-nokia-basop-linux-runner-3 # Add targeted runner tag here - test-nokia-basop-linux-runner-2 # Add targeted runner tag here script: - echo 0 > zero # Helper file - echo "Runner successfully running" Loading @@ -21,7 +21,7 @@ test_dependencies: - cmake --version - git --version - git lfs --version - valgrind --version # - valgrind --version - coan -v - zip --version - curl --version Loading @@ -36,11 +36,14 @@ test_dependencies: - python3 --version - pip3 show numpy # Use of pip is assumed for python dependencies - pip3 show scipy - pip3 show plotly - pip3 show pytest - pip3 show pytest-xdist - pip3 show pytest-html - pip3 show matplotlib - pip3 show pandas - pip3 show requests - pip3 show bitstring - pip3 list - whoami - whoami | groups Loading Loading
.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ stages: test_dependencies: stage: test tags: - test-nokia-basop-linux-runner-3 # Add targeted runner tag here - test-nokia-basop-linux-runner-2 # Add targeted runner tag here script: - echo 0 > zero # Helper file - echo "Runner successfully running" Loading @@ -21,7 +21,7 @@ test_dependencies: - cmake --version - git --version - git lfs --version - valgrind --version # - valgrind --version - coan -v - zip --version - curl --version Loading @@ -36,11 +36,14 @@ test_dependencies: - python3 --version - pip3 show numpy # Use of pip is assumed for python dependencies - pip3 show scipy - pip3 show plotly - pip3 show pytest - pip3 show pytest-xdist - pip3 show pytest-html - pip3 show matplotlib - pip3 show pandas - pip3 show requests - pip3 show bitstring - pip3 list - whoami - whoami | groups Loading