Commit 2ddf996c authored by Johan Gudmundsson's avatar Johan Gudmundsson
Browse files

ci: fix typo

parent 9c57f252
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ before_script:
  script:
    # - 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 build --build-arg 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: