Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gitlab CI Templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UREP
Outils de développement
Gitlab CI Templates
Merge requests
!1
Imrpovements + corrections + docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imrpovements + corrections + docs
dev
into
main
Overview
0
Commits
29
Pipelines
2
Changes
1
Merged
Astre Benjamin
requested to merge
dev
into
main
2 years ago
Overview
0
Commits
29
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
7be26b92
Prev
Next
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7be26b92
Correct R tests rules
· 7be26b92
Astre Benjamin
authored
2 years ago
tests/.gitlab-ci-r-tests.yml
+
4
−
4
Options
@@ -11,8 +11,8 @@ Test R-install-package-dependencies-withCache Good:
-
.gitlab-ci.yml
-
tests/.gitlab-ci-r-tests.yml
-
templates/templates-r.yml
-
tests/r-package
-
R
-
tests/r-package
/*
-
R
/*
variables
:
TEST_ERROR
:
0
script
:
@@ -27,8 +27,8 @@ Test R-install-package-dependencies-withCache Bad:
-
.gitlab-ci.yml
-
tests/.gitlab-ci-r-tests.yml
-
templates/templates-r.yml
-
tests/r-package
-
R
-
tests/r-package
/*
-
R
/*
variables
:
TEST_ERROR
:
1
script
:
Loading