Loading .gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading @@ -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 Loading