Skip to content
Snippets Groups Projects
Commit bed0e1ee authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Validate .gitlab-ci.yml file

parent 48600d61
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,11 @@ building_stage:
artifacts:
paths:
- build/cluster/*
- build/sphere/*
- build/trapping/*
- build/sphere/*
- build/trapping/*
exclude:
- ".git*"
- ".git/**/*"
- ".git/**/*"
expire_in: 2 hours
script:
# bash commands to be executed
......@@ -49,11 +49,11 @@ running_stage:
artifacts:
paths:
- build/cluster/*
- build/sphere/*
- build/trapping/*
- build/sphere/*
- build/trapping/*
exclude:
- ".git*"
- ".git/**/*"
- ".git/**/*"
expire_in: 2 hours
script:
# bash commands to be executed
......@@ -82,12 +82,12 @@ testing_stage:
needs:
- job: running_stage
artifacts:
- paths:
paths:
- build/cluster/pycompare.html
- build/sphere/pycompare.html
- build/sphere/pycompare.html
exclude:
- ".git*"
- ".git/**/*"
- ".git/**/*"
expire_in: 2 hours
script:
# bash commands to be executed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment