Loading .gitlab-ci.yml +0 −1 Changes for .gitlab-ci.yml: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -39,7 +39,6 @@ unit-test-job: # This job runs in the test stage. needs: ['build-job'] script: - ${INSTALL_PATH}/bin/opendevnull --syscall getpid - lint-test-job: # This job also runs in the test stage. stage: test # It can run at the same time as unit-test-job (in parallel). Loading Loading
.gitlab-ci.yml +0 −1 Changes for .gitlab-ci.yml: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -39,7 +39,6 @@ unit-test-job: # This job runs in the test stage. needs: ['build-job'] script: - ${INSTALL_PATH}/bin/opendevnull --syscall getpid - lint-test-job: # This job also runs in the test stage. stage: test # It can run at the same time as unit-test-job (in parallel). Loading