Commit 13b76fd0 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Update script

parent 40398448
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ stages:
  - valgrind --version
  - coan -v
  - wine --version
  - python --version
  - python3 --version
  - pip3 show numpy # Use of pip is assumed for python dependencies
  - pip3 show scipy
@@ -47,7 +46,7 @@ test_ericsson_runner:
    *get_runner_information

# Check FhG runner 1
test_fhg3_runner:
test_fhg1_runner:
  stage: test
  tags:
    - test-fhg-linux-runner1
@@ -55,7 +54,7 @@ test_fhg3_runner:
    *get_runner_information

# Check FhG runner 2
test_fhg3_runner:
test_fhg2_runner:
  stage: test
  tags:
    - test-fhg-linux-runner2