Skip to content
Snippets Groups Projects
Commit c24dc466 authored by florian's avatar florian
Browse files

FIX: Add tags to CI

parent 3b585b92
No related tags found
No related merge requests found
Pipeline #9503 failed
...@@ -13,8 +13,17 @@ ...@@ -13,8 +13,17 @@
# [1]: http://julialang.org/ # [1]: http://julialang.org/
# [2]: https://docs.julialang.org/en/v1/manual/documentation/index.html # [2]: https://docs.julialang.org/en/v1/manual/documentation/index.html
variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-julialib/testenv:latest
stages:
- test
- deploy
# Below is the template to run your tests in Julia # Below is the template to run your tests in Julia
.test_template: &test_definition .test_template: &test_definition
# Use `docker` runners
tags: [ docker ]
# Uncomment below if you would like to run the tests on specific # Uncomment below if you would like to run the tests on specific
# references only, such as the branches `master`, `development`, # references only, such as the branches `master`, `development`,
# etc. # etc.
...@@ -57,7 +66,8 @@ test:1.6: ...@@ -57,7 +66,8 @@ test:1.6:
# Example documentation deployment # Example documentation deployment
pages: pages:
image: julia:0.7 tags: [ cached-dind ]
image: julia:1.0
stage: deploy stage: deploy
script: script:
- apt-get update -qq && apt-get install -y git # needed by Documenter - apt-get update -qq && apt-get install -y git # needed by Documenter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment