diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7c30c8..3899fda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,9 @@ before_script: build: stage: build script: - - cd frontend && npm install && npm run build - cargo build --release --target $CARGO_TARGET - strip target/$CARGO_TARGET/release/rot + - cd frontend && npm install && npm run build artifacts: paths: - target/$CARGO_TARGET/release/rot