Commit 9c57f252 authored by Johan Gudmundsson's avatar Johan Gudmundsson
Browse files

ci: fix typo

parent 25c253e6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@ before_script:
  tags:
    - d2
  script:
    - docker pull "$CACHE"
    - docker build  CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME --pull --cache-from "$CACHE" -t "$TAG" .
    # - docker build  CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME  -t "$TAG" .
    # - docker pull "$CACHE"
    # - docker build  CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME --pull --cache-from "$CACHE" -t "$TAG" .
    - docker build -e CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME  -t "$TAG" .
    - docker run -e CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME "$TAG"  -c 'make install-dev lint test test-tutorials'
    - touch /tmp/completed # Used to test that the above commands succeeded
  only: