Commit a5f3bff5 authored by Jan Kiene's avatar Jan Kiene
Browse files

correct place for debug printout

parent 22bc40a6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@ stages:
  - current_commit_sha=$(git rev-parse HEAD)

  ### build reference binaries
  - git tag
  - git checkout $REFERENCE_TAG
  - make -j
  - mv ./IVAS_cod ./IVAS_cod_ref
  - mv ./IVAS_dec ./IVAS_dec_ref

  ### build test binaries
  - git tag
  - git checkout $current_commit_sha
  - make -j