Skip to content
Snippets Groups Projects
Commit 83ea495a authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add test stage of ci

parent 17f40e79
Branches
Tags
1 merge request!23Develop
Pipeline #5605 failed with stages
in 31 seconds
...@@ -7,6 +7,7 @@ before_script: ...@@ -7,6 +7,7 @@ before_script:
stages: stages:
- build_stage - build_stage
- test_stage
- deploy_stage - deploy_stage
build.dev: build.dev:
...@@ -20,8 +21,8 @@ build.dev: ...@@ -20,8 +21,8 @@ build.dev:
cache: cache:
paths: paths:
- public/ - public/
only: except:
- develop - tags
build.live: build.live:
stage: build_stage stage: build_stage
...@@ -35,7 +36,13 @@ build.live: ...@@ -35,7 +36,13 @@ build.live:
paths: paths:
- public/ - public/
only: only:
- master - tags
test:
stage: test_stage
script:
- singularity run 'docker://18fgsa/html-proofer:gitlab-ci' htmlproofer ./public --empty_alt_ignore
deploy.dev: deploy.dev:
stage: deploy_stage stage: deploy_stage
...@@ -43,8 +50,8 @@ deploy.dev: ...@@ -43,8 +50,8 @@ deploy.dev:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1 - singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
dependencies: dependencies:
- build.dev - build.dev
only: except:
- develop - tags
deploy.live: deploy.live:
stage: deploy_stage stage: deploy_stage
...@@ -53,4 +60,5 @@ deploy.live: ...@@ -53,4 +60,5 @@ deploy.live:
dependencies: dependencies:
- build.live - build.live
only: only:
- tags
- master - master
\ No newline at end of file
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<div class="columnF"> <div class="columnF">
<h4 id="label.ClusterVis"> <h4 id="label.ClusterVis">
</h3> </h3>
<div class="img"> <div data-proofer-ignore class="img">
<img id="img.ClusterVis" src="" /> <img id="img.ClusterVis" src="" />
</div> </div>
<br> <br>
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<div class="columnF"> <div class="columnF">
<h4 id="label.Feature"> <h4 id="label.Feature">
</h3> </h3>
<div class="img"> <div data-proofer-ignore class="img">
<img id="img.Feature" src="" /> <img id="img.Feature" src="" />
</div> </div>
<br> <br>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<div class="columnF"> <div class="columnF">
<h4 id="label.ViolinBox"> <h4 id="label.ViolinBox">
</h3> </h3>
<div class="img"> <div data-proofer-ignore class="img">
<img id="img.ViolinBox" src="" /> <img id="img.ViolinBox" src="" />
</div> </div>
<br> <br>
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
<div class="columnF"> <div class="columnF">
<h4 id="label.ClusterVis"> <h4 id="label.ClusterVis">
</h3> </h3>
<div class="img"> <div data-proofer-ignore class="img">
<img id="img.ClusterVis" src="" /> <img id="img.ClusterVis" src="" />
</div> </div>
<br> <br>
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
<div class="columnF"> <div class="columnF">
<h4 id="label.Feature"> <h4 id="label.Feature">
</h3> </h3>
<div class="img"> <div data-proofer-ignore class="img">
<img id="img.Feature" src="" /> <img id="img.Feature" src="" />
</div> </div>
<br> <br>
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<div class="columnF"> <div class="columnF">
<h4 id="label.ViolinBox"> <h4 id="label.ViolinBox">
</h3> </h3>
<div class="img"> <div data-proofer-ignore class="img">
<img id="img.ViolinBox" src="" /> <img id="img.ViolinBox" src="" />
</div> </div>
<br> <br>
......
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