Commit 71d67c53 authored by Ramon Nou's avatar Ramon Nou
Browse files

full

parent ac73d412
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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