Skip to content
Snippets Groups Projects

F fix pipeline

Merged Henrik tom Wörden requested to merge f-fix-pipeline into dev
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -22,7 +22,7 @@
variables:
DEPLOY_REF: dev
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-pylib/testenv:latest
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-pylib/testenv:latest
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
@@ -79,6 +79,8 @@ build-testenv:
stage: setup
only:
- schedules
# TODO remove
- f-fix-pipeline
script:
- cd unittests/docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
Loading