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: ...@@ -25,11 +25,11 @@ building_stage:
artifacts: artifacts:
paths: paths:
- build/cluster/* - build/cluster/*
- build/sphere/* - build/sphere/*
- build/trapping/* - build/trapping/*
exclude: exclude:
- ".git*" - ".git*"
- ".git/**/*" - ".git/**/*"
expire_in: 2 hours expire_in: 2 hours
script: script:
# bash commands to be executed # bash commands to be executed
...@@ -49,11 +49,11 @@ running_stage: ...@@ -49,11 +49,11 @@ running_stage:
artifacts: artifacts:
paths: paths:
- build/cluster/* - build/cluster/*
- build/sphere/* - build/sphere/*
- build/trapping/* - build/trapping/*
exclude: exclude:
- ".git*" - ".git*"
- ".git/**/*" - ".git/**/*"
expire_in: 2 hours expire_in: 2 hours
script: script:
# bash commands to be executed # bash commands to be executed
...@@ -82,12 +82,12 @@ testing_stage: ...@@ -82,12 +82,12 @@ testing_stage:
needs: needs:
- job: running_stage - job: running_stage
artifacts: artifacts:
- paths: paths:
- build/cluster/pycompare.html - build/cluster/pycompare.html
- build/sphere/pycompare.html - build/sphere/pycompare.html
exclude: exclude:
- ".git*" - ".git*"
- ".git/**/*" - ".git/**/*"
expire_in: 2 hours expire_in: 2 hours
script: script:
# bash commands to be executed # 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