Commit 3038e9ab authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Test Linux runner 2

parent c9690fc8
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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"
@@ -21,7 +21,7 @@ test_dependencies:
    - cmake --version
    - git --version
    - git lfs --version
    - valgrind --version
    # - valgrind --version
    - coan -v
    - zip --version
    - curl --version
@@ -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