Skip to content
Snippets Groups Projects
Commit 736628c7 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: comments;whitespace and reactivate test

parent df2c531e
No related branches found
No related tags found
No related merge requests found
......@@ -37,32 +37,22 @@ image: $CI_REGISTRY_IMAGE:latest
stages:
- setup
- linting
- test
- deploy
- setup
- linting
- test
- deploy
#######
# setup
#######
### TODO !!! use respective docker image
######
# test
######
# run qunit tests
test:qunit:
# run qunit tests and pylint
test:
tags: [ docker ]
stage: test
artifacts:
paths:
- public/qunit.log
- screenlog.*
script:
- make pylint
# TODO fix the following
# - make run-qunit
stage: test
artifacts:
paths:
- public/qunit.log
- screenlog.*
script:
- make pylint
- make run-qunit
# Trigger building of server image and integration tests
trigger_build:
......
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