Yes.
The elements $ij$ and $ki$ do not commute with each other, this can be demonstrated using only the associativity of multiplication and the given collection of identities (201). We don't need to assume the existence of multiplicative inverses of $i, j, k$ in order to get a contradiction. In the proofs of the lemmas below we do assume that multiplication by $-1$ is commutative (202).
$$ i^2 = j^2 = k^2 = ijk = -1 \tag{201} $$
$$ (-1) \cdot a = a \cdot (-1) \;\;\;\;\;\;\text{for all $a$} \tag{202}$$
Show that the two values $ij$ and $ki$ are not equal. Technically, this lemma is completely unnecessary since I'm going to show that $ij$ does not commute with $ki$ , but it's a good sanity check.
Lemma #1 : $ij \neq ki $
Assume the negated goal for the purposes of deriving a contradiction.
$$ ij = ki \tag{NG1} $$
Right multiply by $k$ .
$$ ijk = kik \tag{101} $$
$$ -1 = kik \tag{102} $$
Right multiply by $k$ .
$$ -k = kik^2 \tag{103} $$
$$ -k = -ki \tag{104} $$
Left multiply by $k$ :
$$ -k^2 = -k^2i \tag{105} $$
$$ 1 = i \tag{106} $$
$$ \bot \tag{107} $$
Lemma #2 : $(ij)(ki) \neq (ki)(ij) $
$$ (ij)(ki) = (ki)(ij) \tag{NG2} $$
$$ ijki = ki^2j \tag{111} $$
$$ -i = -kj \tag{112} $$
Right multiply by $j$ .
$$ -ij = -kj^2 \tag{113} $$
$$ -ij = +k \tag{114} $$
Right multiply by $k$ .
$$ -ijk = +k^2 \tag{115} $$
$$ +1 = -1 \tag{116} $$
$$ \bot \tag{117} $$