Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -57,3 +57,9 @@ unit-test-job: # This job runs in the test stage. needs: ['build-job'] script: - ${INSTALL_PATH}/bin/opendevnull --syscall getpid artifacts: expire_in: 1 week when: always paths: - ${BUILD_PATH} Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -57,3 +57,9 @@ unit-test-job: # This job runs in the test stage. needs: ['build-job'] script: - ${INSTALL_PATH}/bin/opendevnull --syscall getpid artifacts: expire_in: 1 week when: always paths: - ${BUILD_PATH}