Commit cfc0898d authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Change CI script to hopefully get artifacts

parent b8683668
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@ tests:
   type: test
   tags:
      - subkit_tests
   variables:
      BLD_NAME: "tests"
      BLD_DIR: "/tmp/$BLD_NAME"
   artifacts:
      paths:
        - LastTestsFailed.log
@@ -18,3 +21,7 @@ tests:
      - $SRC_DIR/config.sh $SRC_DIR
      - make -j4
      - ctest -j4
   after_script:
      - SRC_DIR=`pwd`
      - cd $BLD_DIR
      - cp $BLD_DIR/Testing/Temporary/* $SRC_DIR/