Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ unit-test-job: # This job runs in the test stage. script: - ls -ltrh ${INSTALL_PATH} - ${BUILD_PATH}/opendevnull --syscall getpid - LD_PRELOAD=${BUILD_PATH}/eval_intercept.so ${BUILD_PATH}/opendevnull --syscall getpid - LD_PRELOAD=${BUILD_PATH}/libeval_intercept.so ${BUILD_PATH}/opendevnull --syscall getpid artifacts: expire_in: 1 week when: always Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ unit-test-job: # This job runs in the test stage. script: - ls -ltrh ${INSTALL_PATH} - ${BUILD_PATH}/opendevnull --syscall getpid - LD_PRELOAD=${BUILD_PATH}/eval_intercept.so ${BUILD_PATH}/opendevnull --syscall getpid - LD_PRELOAD=${BUILD_PATH}/libeval_intercept.so ${BUILD_PATH}/opendevnull --syscall getpid artifacts: expire_in: 1 week when: always Loading