Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ unit-test-job: # This job runs in the test stage. image: gekkofs/deps:0.9.4-dev needs: ['build-job'] script: - ls -ltrh ${INSTALL_PATH} - ${INSTALL_PATH}/bin/opendevnull --syscall getpid artifacts: expire_in: 1 week Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ unit-test-job: # This job runs in the test stage. image: gekkofs/deps:0.9.4-dev needs: ['build-job'] script: - ls -ltrh ${INSTALL_PATH} - ${INSTALL_PATH}/bin/opendevnull --syscall getpid artifacts: expire_in: 1 week Loading