Commit d041d103 authored by Dorchies David's avatar Dorchies David
Browse files

tests: wrong place for the scheduled test scripts

Refs #120
Showing with 4 additions and 4 deletions
+4 -4
......@@ -13,11 +13,11 @@ default:
.scheduled_tests:
stage: scheduled_tests
script:
- Rscript tests/scheduled.R
- Rscript tests/regression.R stable
- Rscript tests/scheduled_tests/scheduled.R
- Rscript tests/scheduled_tests/regression.R stable
- R CMD INSTALL .
- Rscript tests/regression.R dev
- Rscript tests/regression.R compare
- Rscript tests/scheduled_tests/regression.R dev
- Rscript tests/scheduled_tests/regression.R compare
.check:
stage: check
......
File moved
File moved
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment