Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Julia Docker Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACT
FACT Utils
Julia Docker Client
Commits
4e841231
Commit
4e841231
authored
6 months ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
Renoved test phase
parent
94ed7a8d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-13
0 additions, 13 deletions
.gitlab-ci.yml
with
0 additions
and
13 deletions
.gitlab-ci.yml
+
0
−
13
View file @
4e841231
image
:
julia:latest
stages
:
#- test # Stage for running tests: dind not allowed on this instance CI runners, no need to find other CI solutions, run tests locally
-
documentation
-
deploy
# Test stage for running unit tests with Docker
test
:
stage
:
test
variables
:
JULIA_PROJECT
:
"
."
# Ensure that Julia uses the project environment
before_script
:
-
julia -e 'using Pkg; Pkg.instantiate()'
# Install required packages
script
:
-
julia --project=. -e 'using Test; include("test/runtests.jl")'
# Run the tests
only
:
-
main
# Documentation stage
build documentation
:
stage
:
documentation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment