Skip to content
Snippets Groups Projects
Commit 6247b544 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

register testing job

parent 9dab097d
No related branches found
No related tags found
2 merge requests!82Resolve "use ssio directives to produce webpage",!77Resolve "tuhh-deployment"
......@@ -146,6 +146,33 @@ test-replace_marker:
- bin
- testing
# test that ssi directives are included correctly
test-replace_ssi_marker:
stage: testing
allow_failure: false
#image:
# name: eltenedor/ubuntu-pandoc:latest
image: collaborating.tuhh.de:5005/cfg0846/research-topics-mat-tuhh/alpine-ssh
script:
- mkdir -p log
- rm -rf log/replace_ssi_marker.log
- RESEARCH_ROOT=`pwd`; export RESEARCH_ROOT;
- $RESEARCH_ROOT/bin/test_replace_ssi_marker.sh
artifacts:
paths:
- log/test_replace_ssi_marker.log
only:
refs:
- branches
- merge_requests
changes:
- .gitlab-ci.yml
- bin
- testing
- static/ssi
# test building standalone static webpage
test-build-standalone:
stage: testing
......
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