Skip to content
Snippets Groups Projects
Commit 45d771bb authored by Lili Gasser's avatar Lili Gasser
Browse files

Merge branch 'ci' into 'master'

Update .gitlab-ci.yml

See merge request luis.salamanca/democrasci_preprocwp1!14
parents ae555f21 764c6cf2
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,10 @@ image_build: ...@@ -24,8 +24,10 @@ image_build:
dot: dot:
stage: build stage: build
image: renku/singleuser:latest image: renku/renku-python:latest
script: script:
- echo $PATH
- renku --version
- renku log --format dot $(git ls-files --no-empty-directory --recurse-submodules) > graph.dot - renku log --format dot $(git ls-files --no-empty-directory --recurse-submodules) > graph.dot
artifacts: artifacts:
paths: paths:
......
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